summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_vm.c
AgeCommit message (Expand)Author
2009-06-21remove the old drm sources.mrg
2009-03-29drm_addmap():mrg
2009-03-07move a DRM_SPINUNLOCK() to where it will actually be executed.mrg
2008-06-29Revert previous, i915drm works again.jmcneill
2008-06-21Revert to using atop(offset + map->offset) for map types _DRM_AGP,bjs
2008-06-20make an i386 ALL kernel build againcegger
2008-06-20- Don't use btop, as only three (?) platforms define this macro; usebjs
2008-06-20- Use the extent manager to track mappings and provide sane offsetbjs
2008-05-04Ugh, unbreak _DRM_SHM on amd64 again.jmcneill
2008-05-04Fix compilation on i386.jmcneill
2008-05-04For _DRM_SHM allocations, do not use the VA as drm_map handle on x86_64jmcneill
2008-05-04Returning EINVAL from drm_mmap isn't a smart thing to do.jmcneill
2007-12-11use __KERNEL_RCSID()lukem
2007-11-21Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags.bjs
2007-03-28Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this onjmcneill
2007-03-21revert previous - it doesn't work on i386 at leastdrochner
2007-03-21we return addresses, not page numbers in *mmap() methodsmacallan
2007-03-20Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11.drochner