summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/drm_auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-0/+375
* Rework how we deal with the list of per-open datastructures, and theoga2009-03-261-107/+0
* The drm_* allocation functions have been #defined to not use most ofoga2009-03-261-2/+2
* Rework the drm locking to be at least halfway sane. The freebsd codeoga2008-09-181-1/+1
* The helper functions in this file are only used in one place andoga2008-09-051-83/+23
* detypedef some more. No functional change.oga2008-09-021-2/+2
* idgen32 wasn't really right here. Change back to how it was, butoga2008-08-131-5/+1
* Generate the magic id using idgen32(). While i'm here fix the locking aoga2008-08-131-9/+8
* Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeoga2008-07-291-2/+2
* Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just useoga2008-06-261-10/+11
* Some formatting nits. No functional change.oga2008-04-161-22/+23
* Replace handrolled hashes with a splay tree, while there plug a memleakpyr2008-04-161-32/+19
* Switch part of the magic hashtable over to using a TAILQ insteadoga2008-04-121-26/+12
* destatic the static functions, they only make debugging harder.oga2007-12-161-12/+25
* Initial import of the DRM (direct rendering manager).oga2007-11-281-0/+184