summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drm_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64dumbbell2013-08-251-1/+1
* drm: Call "gem_close_object" driver callback from drm_gem_object_release_hand...dumbbell2013-08-251-1/+9
* drm: Support gem_open_object() and gem_close_object() callbacksdumbbell2013-08-251-4/+20
* drm: Fix typo in KASSERT message: s/Dandling/Dangling/dumbbell2013-08-251-1/+1
* Import the preliminary port of the TTM.kib2013-03-051-5/+1
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-221-0/+487
OpenPOWER on IntegriCloud