aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_bufs.c
Commit message (Expand)AuthorAgeFilesLines
* Per discussions on arch@ and elsewhere, retire drm module / drives.Warner Losh2019-02-191-1125/+0
* Revert drm2 removal.Warner Losh2018-08-241-0/+1125
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1125/+0
* Fix kernel memory disclosure in drm_infobufsEd Maste2018-03-211-0/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove compatibility shims for FreeBSD versions older than 8.0.John Baldwin2015-06-041-6/+0
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-041-4/+4
* 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