mesa-drm/bsd-core
Eric Anholt c425ad1a34 Previously, drm_get_resource_start() and drm_get_resource_len() would
allocate the resource RF_ACTIVE, pull out the appropriate value, and
    return it. However, allocating large framebuffers RF_ACTIVE would run
    the system out of KVA, and this also left open the possibility of the
    resource getting moved after getting the offset. Instead, when either
    of these are called, allocate the resource if it isn't allocated
    already (non-RF_ACTIVE) and store it in the DRM device, to be cleaned
    up on lastclose.
2005-08-26 20:56:11 +00:00
..
drm Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
i915 Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
mach64 Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
mga Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
r128 Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
radeon Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, 2005-07-20 21:17:47 +00:00
savage Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
sis Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
tdfx Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. 2005-04-26 15:27:58 +00:00
via Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
.cvsignore Add the drm Makefile and update .cvsignores. 2004-11-06 23:05:46 +00:00
ati_pcigart.c Fix a lack of parenthesis in macro usage that showed up with INVARIANTS 2005-08-26 19:07:03 +00:00
drm_agpsupport.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
drm_atomic.h Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD 2005-04-16 03:02:52 +00:00
drm_auth.c Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD 2005-04-16 03:02:52 +00:00
drm_bufs.c Previously, drm_get_resource_start() and drm_get_resource_len() would 2005-08-26 20:56:11 +00:00
drm_context.c [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the 2005-08-26 00:16:01 +00:00
drm_dma.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
drm_drawable.c Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD 2005-04-16 03:02:52 +00:00
drm_drv.c Previously, drm_get_resource_start() and drm_get_resource_len() would 2005-08-26 20:56:11 +00:00
drm_fops.c [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the 2005-08-26 00:16:01 +00:00
drm_ioctl.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
drm_irq.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
drm_linux_list.h Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD 2005-04-16 03:02:52 +00:00
drm_lock.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
drm_memory.c Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD 2005-04-16 03:02:52 +00:00
drm_pci.c Convert BSD code to mostly use bus_dma, the dma abstraction for dealing 2005-04-26 05:19:11 +00:00
drm_scatter.c Convert BSD code to mostly use bus_dma, the dma abstraction for dealing 2005-04-26 05:19:11 +00:00
drm_sysctl.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
drm_vm.c [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the 2005-08-26 00:16:01 +00:00
drmP.h Previously, drm_get_resource_start() and drm_get_resource_len() would 2005-08-26 20:56:11 +00:00
i915_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
mach64_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
Makefile Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
mga_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
r128_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
radeon_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
savage_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
sis_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
tdfx_drv.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +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