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