aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_gem.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston2022-07-121-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Revert drm2 removal.Warner Losh2018-08-241-0/+498
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-498/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-226/+215
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64Jean-Sébastien Pédron2013-08-251-1/+1
* drm: Call "gem_close_object" driver callback from drm_gem_object_release_hand...Jean-Sébastien Pédron2013-08-251-1/+9
* drm: Support gem_open_object() and gem_close_object() callbacksJean-Sébastien Pédron2013-08-251-4/+20
* drm: Fix typo in KASSERT message: s/Dandling/Dangling/Jean-Sébastien Pédron2013-08-251-1/+1
* Import the preliminary port of the TTM.Konstantin Belousov2013-03-051-5/+1
* Prefer __containerof() above member2struct().Ed Schouten2012-09-151-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+487