drm/shared
Thomas Hellstrom 1fbfd9eb32 Security and optimization fixes for the via drm:
1. The command verifier was never initialized in the non-core source tree.
2. Check added that the AGP ring buffer has been initialized before
    accepting command buffer.
3. Free space check in the AGP buffer is moved to after command
    verification, which is more optimal in most cases.
2004-12-06 11:19:23 +00:00
..
drm.h Let's try adding the dyn-minor patch again. This patch will reuse minor 2004-09-16 18:42:03 +00:00
drm_pciids.txt add some more r300 pci ids 2004-11-07 02:19:58 +00:00
drm_sarea.h Fixes need to clean up the mess I made with the mesa merge. This code 2004-03-12 21:22:52 +00:00
i915.h remove HAVE_COUNTERS 2004-09-20 11:29:16 +00:00
i915_dma.c Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but 2004-11-06 01:41:47 +00:00
i915_drm.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
i915_drv.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
i915_irq.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
i915_mem.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mach64.h Merged drmfntbl-0-0-2 2004-08-24 11:15:53 +00:00
mach64_dma.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mach64_drm.h Add mach64 to the trunk 2004-04-12 05:27:40 +00:00
mach64_drv.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mach64_irq.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mach64_state.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mga.h remove HAVE_COUNTERS 2004-09-20 11:29:16 +00:00
mga_dma.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mga_drm.h sync up with current 2.6 kernel bk tree - mostly __user annotations 2004-07-25 08:47:38 +00:00
mga_drv.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mga_irq.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
mga_state.c Fixed off by one errors in clipping. 2004-10-16 11:21:56 +00:00
mga_ucode.h merged bsd-3-0-0-branch 2002-07-05 08:31:11 +00:00
mga_warp.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
r128.h merge back bunch of whitespace and misc changes from kernel 2004-09-05 10:54:59 +00:00
r128_cce.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
r128_drm.h sync up with current 2.6 kernel bk tree - mostly __user annotations 2004-07-25 08:47:38 +00:00
r128_drv.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
r128_irq.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
r128_state.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
radeon.h Apply radeon r300 microcode patch to non-core 2004-10-23 06:25:56 +00:00
radeon_cp.c Apply radeon r300 microcode patch to non-core 2004-10-23 06:25:56 +00:00
radeon_drm.h Apply radeon r300 microcode patch to non-core 2004-10-23 06:25:56 +00:00
radeon_drv.h add missing CHIP_RV350 to radeon_enums 2004-11-09 00:54:19 +00:00
radeon_irq.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
radeon_mem.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
radeon_state.c Apply radeon r300 microcode patch to non-core 2004-10-23 06:25:56 +00:00
sis.h remove HAVE_COUNTERS 2004-09-20 11:29:16 +00:00
sis_drm.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
sis_drv.h Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
sis_ds.c correct historic mis-attribution of copyright 2004-11-01 10:52:18 +00:00
sis_ds.h Make 1-bit fields be unsigned (no sign bit :). sparse complains about them: 2004-12-03 10:22:15 +00:00
sis_mm.c Fix the shared directory I accidentally stomped on 2004-09-27 20:14:31 +00:00
tdfx.h Merged drmfntbl-0-0-2 2004-08-24 11:15:53 +00:00
via.h Security and optimization fixes for the via drm: 2004-12-06 11:19:23 +00:00
via_3d_reg.h Reworked PCI MMIO command buffer parser, and imported code from the Mesa 2004-11-27 22:55:31 +00:00
via_dma.c Security and optimization fixes for the via drm: 2004-12-06 11:19:23 +00:00
via_drm.h Reworked PCI MMIO command buffer parser, and imported code from the Mesa 2004-11-27 22:55:31 +00:00
via_drv.c cleanup VIA driver to look a bit like others before kernel merge 2004-10-09 12:42:52 +00:00
via_drv.h Added 3D functionality to the via command verifier. Modified the via 2004-12-03 23:03:36 +00:00
via_ds.c Lindent the via stuff so I can include it in kernel 2004-10-09 11:12:24 +00:00
via_ds.h Lindent the via stuff so I can include it in kernel 2004-10-09 11:12:24 +00:00
via_irq.c Reworked PCI MMIO command buffer parser, and imported code from the Mesa 2004-11-27 22:55:31 +00:00
via_map.c Security and optimization fixes for the via drm: 2004-12-06 11:19:23 +00:00
via_mm.c cleanup VIA driver to look a bit like others before kernel merge 2004-10-09 12:42:52 +00:00
via_mm.h Lindent the via stuff so I can include it in kernel 2004-10-09 11:12:24 +00:00
via_verifier.c Added 3D functionality to the via command verifier. Modified the via 2004-12-03 23:03:36 +00:00