aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_bufs.c
Commit message (Expand)AuthorAgeFilesLines
* re-write scatter gather memory allocation yet again...Robert Noland2010-04-221-3/+3
* Rework how drm maps are handled.Robert Noland2010-04-221-16/+21
* Clean up the locking in drm_alloc_resource()Robert Noland2009-08-231-7/+15
* Don't panic if drm_rmmap is called with a NULL map pointer.Robert Noland2009-06-201-0/+3
* Minor code cleanupRobert Noland2009-03-171-1/+1
* Use flsl() here rather than ffsl()Robert Noland2009-03-171-1/+1
* There is no need to sync these buffers to swap.Robert Noland2009-03-091-3/+4
* Fix up some ioctl permissions issues long overlooked.Robert Noland2009-02-271-2/+1
* Rework memory allocation to allocate memory with different type names. ThisRobert Noland2008-10-131-36/+36
* Change drm_order() to use ffsl()Robert Noland2008-10-041-3/+4
* resync to git masterRobert Noland2008-10-031-137/+115
* We should never call drm_pci_alloc() while holding locks, due the theRobert Noland2008-09-091-0/+2
* Update drm kernel drivers.Robert Noland2008-08-231-159/+159
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-167/+266
* Fix a panic on X startup for drivers that don't init maps themselves by storingEric Anholt2005-04-241-1/+1
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-0/+1034