drm/shared-core
Eric Anholt a10d8178e3 Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds
drm_mtrr_{add,del} for handling the MTRR setup. Still has a LOR issue
    with DRM_VERIFYAREA_READ/DRM_COPY_FROM_USER_UNCHECKED in savage_bci.c
    -- this won't work with the fine-grained locking in use, and just doing
    a single copyin to a temporary will probably work fine. Also note that
    the module leaks approximately 4 kb on unload.
2005-11-08 20:25:00 +00:00
..
.cvsignore Add missing .cvsignore files for autotoolery. 2005-08-25 23:11:28 +00:00
Makefile.am via and r300 still need installed reg headers. 2005-10-20 17:51:57 +00:00
drm.h commit toggle switch to make Linux drm_handle_t unsigned int 2005-08-17 00:14:18 +00:00
drm_pciids.txt Add X300 RV370 2005-10-13 11:21:31 +00:00
drm_sarea.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
i915_dma.c convert ioctl flags to use flags instead of separate ints 2005-09-03 03:27:14 +00:00
i915_drm.h Fix copyrights 2005-06-06 09:18:44 +00:00
i915_drv.h remove i915_pm code as it causes too many issues with current software 2005-08-22 09:50:12 +00:00
i915_irq.c Correct a couple of descriptions of files in comments (were just 2005-07-27 20:20:30 +00:00
i915_mem.c Fix copyrights 2005-06-06 09:18:44 +00:00
imagine_drv.h Add skeletal imagine driver (but don't build it yet). 2005-03-29 01:47:38 +00:00
mach64_dma.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
mach64_drm.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
mach64_drv.h Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
mach64_irq.c Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
mach64_state.c Correct a LOR on FreeBSD by allocating a temporary buffer and doing a 2005-11-08 09:02:02 +00:00
mga_dma.c Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things 2005-11-08 05:29:26 +00:00
mga_drm.h add Egberts 32/64 bit patch (its in kernel already...) 2005-08-16 12:51:57 +00:00
mga_drv.h Converts the remaining drm_agp_foo functions to be a drm_agp_foo and 2005-11-03 00:38:25 +00:00
mga_irq.c Adds support for PCI cards to MGA DRM 2005-06-14 22:34:11 +00:00
mga_state.c fix G550 cards 2005-10-20 22:41:26 +00:00
mga_ucode.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
mga_warp.c Add a debugging error message from testing new MGA code on BSD. 2005-08-04 07:31:21 +00:00
nv_drv.h Skeleton nv drm driver, to enable DMA in EXA. (Lars Knoll, minor updates by 2005-10-06 23:31:29 +00:00
r128_cce.c Catch FreeBSD up to the pcie gart changes. Required minor modification to 2005-11-08 02:38:01 +00:00
r128_drm.h fix ioctl in r128 drm direction from Egbert Eich. 2005-08-07 05:32:06 +00:00
r128_drv.h Add GART in FB support for ati pcigart, and PCIE support for r300 2005-09-11 08:51:23 +00:00
r128_irq.c Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
r128_state.c convert ioctl flags to use flags instead of separate ints 2005-09-03 03:27:14 +00:00
r300_cmdbuf.c Fix issues with buffer aging when more than one dma buffer is discarded in 2005-07-28 01:44:17 +00:00
r300_reg.h Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, 2005-07-20 21:17:47 +00:00
radeon_cp.c Catch FreeBSD up to the pcie gart changes. Required minor modification to 2005-11-08 02:38:01 +00:00
radeon_drm.h fix pci overriding from userspace 2005-09-30 06:35:09 +00:00
radeon_drv.h Add support to turn writeback off via radeon module option 2005-09-30 06:41:10 +00:00
radeon_irq.c fix some issues with radeon interrupt handling 2005-06-06 11:35:43 +00:00
radeon_mem.c janitor-list_for_each-drivers-char-drm-radeon_memc.patch from mm kernel 2004-10-02 19:11:30 +00:00
radeon_state.c Add GART in FB support for ati pcigart, and PCIE support for r300 2005-09-11 08:51:23 +00:00
savage_bci.c Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds 2005-11-08 20:25:00 +00:00
savage_drm.h Completeley rewritten Savage DRM which can be considered secure (modulo 2005-01-01 20:22:58 +00:00
savage_drv.h make some functions static in the savage drm driver 2005-08-07 05:37:25 +00:00
savage_state.c Remove warnings about code mixed with declerations.. 2005-06-04 06:14:58 +00:00
sis_drm.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
sis_drv.h cleanup patch from Adrian Bunk <bunk@stusta.de> 2005-02-01 11:08:31 +00:00
sis_ds.c cleanup patch from Adrian Bunk <bunk@stusta.de> 2005-02-01 11:08:31 +00:00
sis_ds.h cleanup patch from Adrian Bunk <bunk@stusta.de> 2005-02-01 11:08:31 +00:00
sis_mm.c convert ioctl flags to use flags instead of separate ints 2005-09-03 03:27:14 +00:00
tdfx_drv.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
via_3d_reg.h VIA update: 2005-01-05 17:44:43 +00:00
via_dma.c Add the via PCI DMA blit code. 2005-09-25 12:54:12 +00:00
via_drm.h via: Sync via_drm.h with 3D driver. Bump via patchlevel and date. 2005-10-22 15:12:05 +00:00
via_drv.c Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
via_drv.h via: Sync via_drm.h with 3D driver. Bump via patchlevel and date. 2005-10-22 15:12:05 +00:00
via_ds.c Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
via_ds.h VIA: Fix sparse warnings (Alexey Dobriyan) 2005-07-15 21:22:51 +00:00
via_irq.c Add the via PCI DMA blit code. 2005-09-25 12:54:12 +00:00
via_map.c Add the via PCI DMA blit code. 2005-09-25 12:54:12 +00:00
via_mm.c via: Sync via_drm.h with 3D driver. Bump via patchlevel and date. 2005-10-22 15:12:05 +00:00
via_mm.h VIA: 2005-05-23 20:56:54 +00:00
via_verifier.c Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
via_verifier.h Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
via_video.c Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00