Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-03 | radeon: make build again | Dave Airlie | 1 | -1/+1 | |
2008-11-03 | radeon: fix ROP values for the paint ROP | Dave Airlie | 1 | -1/+2 | |
2008-11-03 | radeon: add mtrr support for VRAM aperture. | Dave Airlie | 1 | -0/+6 | |
2008-11-03 | radeon: add more HDMI bits | Dave Airlie | 1 | -1/+3 | |
2008-11-03 | radeon: set dma bufs bo type to a kernel type | Dave Airlie | 1 | -1/+1 | |
2008-11-03 | radeon: enable DVI-D + HDMI connectors. | Dave Airlie | 1 | -2/+4 | |
This allows the rs690 to work on DVI | |||||
2008-11-03 | radeon: add more debugging | Dave Airlie | 1 | -2/+5 | |
2008-11-03 | radeon: overhaul ring interactions | Dave Airlie | 3 | -5/+11 | |
emit in 16-dword blocks, emit irqs at same time as everything else | |||||
2008-11-03 | radeon: fix race in sysfs | Dave Airlie | 1 | -1/+5 | |
2008-11-03 | radeon: add proc debugging for interrupts/ring | Dave Airlie | 3 | -1/+146 | |
2008-11-03 | radeon: only enable dynclks if asked for | Dave Airlie | 1 | -1/+1 | |
2008-11-03 | radeon: add wait rendering API | Dave Airlie | 1 | -3/+22 | |
2008-11-03 | radeon: remove unused gem indirect ioctl | Dave Airlie | 1 | -75/+0 | |
2008-11-03 | radeon: fix some warnings | Dave Airlie | 1 | -9/+3 | |
2008-11-03 | radeon: fix free after refcount | Dave Airlie | 2 | -1/+6 | |
2008-11-03 | radeon: CS2 make it all work with new relocs style | Dave Airlie | 1 | -5/+42 | |
2008-11-03 | radeon: make new CS2 command submission interface port older interface to this | Dave Airlie | 1 | -13/+12 | |
2008-11-03 | radeon/drm: fixup ref counting in on fb objs | Dave Airlie | 9 | -24/+26 | |
2008-11-03 | radeon: add r423 bits to modesetting | Dave Airlie | 2 | -0/+5 | |
2008-11-03 | radeon: pull bus master enable into its own function | Dave Airlie | 1 | -5/+1 | |
2008-11-03 | radeon: fix accessible VRAM sizing | Dave Airlie | 1 | -0/+3 | |
2008-11-03 | radeon: fix some warnings | Dave Airlie | 3 | -8/+5 | |
2008-11-03 | radeon: workaround failure to parse some rs48x edid | Dave Airlie | 1 | -2/+6 | |
2008-11-02 | nouveau: compat fix for set_page_locked(). | Pekka Paalanen | 2 | -4/+13 | |
The set_page_locked() function has changed its name again. 2.6.28 offers __set_page_locked() instead, which uses non-atomic __set_bit() to do the work. In this case, offer our own set_page_locked() using the atomic set_bit(), because I do not know if atomic access is really necessary. Atomic behaviour is the one previously expected. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||||
2008-10-28 | nv50: symlink nv50_grctx.h to linux-core... | Ben Skeggs | 1 | -0/+1 | |
2008-10-27 | drm: missing init_mm symbol, compatibility fix | Pekka Paalanen | 1 | -0/+15 | |
The drm_compat.c version of kmap_atomic_prot_pfn() uses the macro pgd_offset_k(), which references the symbol init_mm. Starting in 2.6.25, init_mm is no longer exported by default. The only user of kmap_atomic_prot_pfn() is i915, so this should not hurt anyone, and it allows people to load drm.ko. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||||
2008-10-24 | mode: Try to settle on a standard for struct fields | Jakob Bornecrantz | 1 | -2/+2 | |
2008-10-16 | radeon: add initial agp support. | Dave Airlie | 1 | -0/+5 | |
This add agpmode command line option. | |||||
2008-10-16 | radeon: fixup interrupt suspend/resume | Dave Airlie | 1 | -1/+8 | |
2008-10-16 | radeon: fixup suspend/resume bus master enable | Dave Airlie | 1 | -5/+9 | |
2008-10-16 | radeon: re-enable hw blits for copying from VRAM | Dave Airlie | 1 | -3/+0 | |
2008-10-16 | radeon: fix buffer copying for VRAM->TT | Dave Airlie | 1 | -9/+19 | |
2008-10-16 | radeon: move memcpy until after CP is stopped | Dave Airlie | 1 | -4/+4 | |
2008-10-16 | drm: remove stray debug code | Dave Airlie | 1 | -1/+0 | |
2008-10-16 | radeon: use discardable flags on no backing store objects | Dave Airlie | 2 | -3/+6 | |
2008-10-16 | drm: add discardable flag. | Dave Airlie | 2 | -3/+16 | |
This discards memory contents on suspend/resume with the hope the upper layers know something we don't. | |||||
2008-10-16 | drm/radeon: initial suspend/resume fix. | Dave Airlie | 2 | -2/+2 | |
This enables the evict code and also sets radeon up to allow evict from VRAM to LOCAL | |||||
2008-10-07 | radeon: pull in recent fixes from ddx | Alex Deucher | 4 | -98/+159 | |
- fixup atom digital encoder setup - pull in add get edid (currently disabled due to lack of support for atom fb/scratch space) | |||||
2008-10-06 | radeon: fix alignment so Xv works again | Dave Airlie | 1 | -6/+16 | |
2008-10-06 | radeon: fix pin ioctl interface to mesa can find offset for pinned buffers | Dave Airlie | 1 | -4/+5 | |
2008-10-06 | drm/radeon: fixup clean flag handling | Dave Airlie | 4 | -0/+5 | |
2008-09-30 | Merge remote branch 'origin/modesetting-gem' into modesetting-gem | Dave Airlie | 8 | -34/+67 | |
2008-09-30 | Merge remote branch 'origin/master' into modesetting-gem | Dave Airlie | 7 | -19/+33 | |
Conflicts: libdrm/Makefile.am libdrm/dri_bufmgr.h linux-core/drm_irq.c linux-core/drm_sysfs.c linux-core/drm_ttm.c shared-core/i915_dma.c shared-core/i915_irq.c shared-core/nouveau_drv.h shared-core/radeon_cp.c | |||||
2008-09-26 | radeon: use atom for ext tmds on r4xx | Alex Deucher | 3 | -20/+29 | |
2008-09-26 | radeon: make atom on r4xx a module option | Alex Deucher | 6 | -14/+38 | |
default is legacy modesetting. pass module option r4xx_atom to try using atom on r4xx. | |||||
2008-09-25 | Merge branch 'modesetting-gem' of ↵ | Alex Deucher | 1 | -0/+1 | |
git+ssh://agd5f@git.freedesktop.org/git/mesa/drm into modesetting-gem | |||||
2008-09-25 | radeon: first pass at using atombios on r4xx hw | Alex Deucher | 4 | -51/+149 | |
2008-09-25 | Seperate modesetting userspace bits into drm_mode.h | Jakob Bornecrantz | 1 | -0/+1 | |
2008-09-24 | radeon: add r600 modesetting registers writes | Dave Airlie | 1 | -4/+15 | |
2008-09-24 | radeon: add parsing for r6xx object tables | Dave Airlie | 1 | -0/+168 | |