Find a file
Eric Anholt 080a547d4d - Implement drm_initmap, and extend it with the resource number to help
FreeBSD. Add drm_get_resource_{start|len} so linux-specific stuff
    doesn't need to be in shared code.
- Fix mach64 build by using __DECONST to work around passing a const
    pointer to useracc, which is unfortunately not marked const.
- Get rid of a lot of maplist code by not having dev->maplist be a pointer,
    and by sticking the link entries directly in drm_local_map_t rather
    than having a separate structure for the linked list.
- Factor out map uninit and removal into its own routine, rather than
    duplicating in both drm_takedown() and drm_rmmap().
- Hook up more driver functions, and correct FreeBSD-specific bits of
    radeon_cp.c, making radeon work.
- Baby steps towards using bus_space as we should.
2005-02-05 08:00:14 +00:00
bsd The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory 2005-01-16 05:40:12 +00:00
bsd-core - Implement drm_initmap, and extend it with the resource number to help 2005-02-05 08:00:14 +00:00
libdrm momentary revert. libdrm build may be broken now, but no one uses it yet... 2005-02-01 22:09:46 +00:00
linux Fix a cut & paste problem 2005-01-19 08:55:53 +00:00
linux-2.6 Import Thomas' changes upto 2.4.3 to shared. Small tweak to install target. 2005-01-11 10:59:01 +00:00
linux-core - Implement drm_initmap, and extend it with the resource number to help 2005-02-05 08:00:14 +00:00
scripts Patch from Jon Smirl to add attribute field to the pciids, and use this for 2004-08-10 11:14:07 +00:00
shared Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection 2005-01-27 22:48:47 +00:00
shared-core - Implement drm_initmap, and extend it with the resource number to help 2005-02-05 08:00:14 +00:00
tests use libdrm after it was updated 2005-01-24 08:39:22 +00:00