summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/drm_context.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-0/+524
* remove dri1 interfacesjsg2014-03-091-174/+0
* Add $OpenBSD$ after oga said 'go ahead and fix that'weerd2011-06-021-0/+1
* Remove the context constructor and destructor driver hooks. sisdrm's oldoga2009-04-061-21/+13
* The drm_* allocation functions have been #defined to not use most ofoga2009-03-261-2/+2
* Move dev->driver over to being a pointer to a const struct, instead of stupidlyoga2008-10-071-4/+4
* Rework the drm locking to be at least halfway sane. The freebsd codeoga2008-09-181-8/+2
* Kill the max_context member of the softc, it does nothing useful.oga2008-09-101-3/+0
* detypedef some more. No functional change.oga2008-09-021-6/+6
* Make sure we can't sleep with a spinlock heldoga2008-08-171-8/+12
* Apply a light paddling with the knf stick. No binary change.oga2008-08-161-14/+14
* Kill a bunch of the drm context code that nothing uses anymore, theoga2008-08-131-147/+1
* Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeoga2008-07-291-6/+6
* Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just useoga2008-06-261-15/+16
* Kill the rest of the ifdef maze in drm_*.coga2008-06-261-8/+0
* destatic the static functions, they only make debugging harder.oga2007-12-161-23/+33
* Initial import of the DRM (direct rendering manager).oga2007-11-281-0/+329