aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_vm.c
Commit message (Expand)AuthorAgeFilesLines
* Rework how drm maps are handled.Robert Noland2010-04-221-19/+24
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+2
* vm_offset_t is unsigned, so compare of >= 0 is not needed.Robert Noland2009-03-201-1/+1
* Cast to (unsigned long) to make printf happy on i386Robert Noland2009-03-171-2/+3
* Improve the debugging output of drm_mmapRobert Noland2009-03-171-1/+6
* resync to git masterRobert Noland2008-10-031-26/+11
* Update drm kernel drivers.Robert Noland2008-08-231-4/+7
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-19/+26
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-0/+127