..
ati_pcigart.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm-preprocess.sh
Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated
2006-04-09 20:45:45 +00:00
drm-subprocess.pl
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
drm.h
resync to git master
2008-10-03 16:59:11 +00:00
drm_agpsupport.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm_atomic.h
resync to git master
2008-10-03 16:59:11 +00:00
drm_auth.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm_bufs.c
Minor code cleanup
2009-03-17 03:46:37 +00:00
drm_context.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm_dma.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm_drawable.c
Correct memory leak of info->rects. Previously we would free info, but
2008-10-13 18:06:33 +00:00
drm_drv.c
Add support for matching solely on vendor id.
2009-03-17 03:53:44 +00:00
drm_fops.c
Replace calls to minor() with dev2unit(). Ed already fixed this once,
2008-10-23 20:23:03 +00:00
drm_internal.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
drm_ioctl.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm_irq.c
Rework vblank handling to try to resolve some reports of "slow" windows
2009-03-19 08:34:04 +00:00
drm_linux_list.h
Add list_for_each_prev to our linux compatibility.
2009-03-17 03:49:24 +00:00
drm_lock.c
Get rid of any remaining PZERO flags in mtx_sleep()
2009-03-16 08:19:11 +00:00
drm_memory.c
Rework memory allocation to allocate memory with different type names. This
2008-10-13 18:03:27 +00:00
drm_pci.c
Change the flags to bus_dmamem around to allow it to sleep waiting for
2009-03-09 07:47:03 +00:00
drm_pciids.h
Import support for ATI Radeon R600 and R700 series chips.
2009-03-07 21:36:57 +00:00
drm_sarea.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
drm_scatter.c
Fix the flags to bus_dmamem_* to allow the allocation to sleep while
2009-03-09 07:38:22 +00:00
drm_sysctl.c
Clean up the printing on amd64. Should also be consistent on i386.
2009-03-09 07:50:27 +00:00
drm_vm.c
Cast to (unsigned long) to make printf happy on i386
2009-03-17 05:10:12 +00:00
drmP.h
We can have more than 3 pci resources
2009-03-17 03:44:36 +00:00
i915_dma.c
Sync up the rest of the code that we use with what Intel is shipping
2009-03-19 08:28:36 +00:00
i915_drm.h
resync to git master
2008-10-03 16:59:11 +00:00
i915_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
i915_drv.h
Pull in some suspend / resume changes from Intel's code
2009-03-19 08:22:56 +00:00
i915_irq.c
Sync up the rest of the code that we use with what Intel is shipping
2009-03-19 08:28:36 +00:00
i915_mem.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
i915_reg.h
Pull in some suspend / resume changes from Intel's code
2009-03-19 08:22:56 +00:00
i915_suspend.c
Pull in some suspend / resume changes from Intel's code
2009-03-19 08:22:56 +00:00
mach64_dma.c
We should never call drm_pci_alloc() while holding locks, due the the
2008-09-09 02:05:03 +00:00
mach64_drm.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
mach64_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
mach64_drv.h
Initialize the vblank structures at load time. Previously we did this
2009-02-28 02:37:55 +00:00
mach64_irq.c
Initialize the vblank structures at load time. Previously we did this
2009-02-28 02:37:55 +00:00
mach64_state.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
mga_dma.c
Initialize the vblank structures at load time. Previously we did this
2009-02-28 02:37:55 +00:00
mga_drm.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
mga_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
mga_drv.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
mga_irq.c
Initialize the vblank structures at load time. Previously we did this
2009-02-28 02:37:55 +00:00
mga_state.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
mga_ucode.h
Update DRM to CVS snapshot as of 2005-11-28. Notable changes:
2005-11-28 23:13:57 +00:00
mga_warp.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
r128_cce.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
r128_drm.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
r128_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
r128_drv.h
Initialize the vblank structures at load time. Previously we did this
2009-02-28 02:37:55 +00:00
r128_irq.c
Initialize the vblank structures at load time. Previously we did this
2009-02-28 02:37:55 +00:00
r128_state.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
r300_cmdbuf.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
r300_reg.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
r600_cp.c
Change the logic around to match ati_pcigart.
2009-03-17 03:36:24 +00:00
r600_microcode.h
Import support for ATI Radeon R600 and R700 series chips.
2009-03-07 21:36:57 +00:00
radeon_cp.c
Get rid of any remaining PZERO flags in mtx_sleep()
2009-03-16 08:19:11 +00:00
radeon_drm.h
Import support for ATI Radeon R600 and R700 series chips.
2009-03-07 21:36:57 +00:00
radeon_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
radeon_drv.h
Import support for ATI Radeon R600 and R700 series chips.
2009-03-07 21:36:57 +00:00
radeon_irq.c
Use the right MSI_REARM for RS600.
2009-03-16 19:09:59 +00:00
radeon_mem.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
radeon_microcode.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
radeon_state.c
Import support for ATI Radeon R600 and R700 series chips.
2009-03-07 21:36:57 +00:00
savage_bci.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
savage_drm.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
savage_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
savage_drv.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
savage_state.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
sis_drm.h
Update DRM to CVS snapshot as of 2005-11-28. Notable changes:
2005-11-28 23:13:57 +00:00
sis_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
sis_drv.h
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
sis_ds.c
Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated
2006-04-09 20:45:45 +00:00
sis_ds.h
Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated
2006-04-09 20:45:45 +00:00
sis_mm.c
Update drm kernel drivers.
2008-08-23 20:59:12 +00:00
tdfx_drv.c
Consistently use kdev for the kernel device.
2009-03-09 07:55:18 +00:00
tdfx_drv.h
Update DRM to CVS snapshot as of 2005-11-28. Notable changes:
2005-11-28 23:13:57 +00:00