summaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_gem.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-12vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2018-08-24Revert drm2 removal.Warner Losh
2018-08-22Remove legacy drm and drm2 from treeMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-03-17drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron
2013-08-25drm: Use the new drm_atomic.h, following the merge of projects/atomic64Jean-Sébastien Pédron
2013-08-25drm: Call "gem_close_object" driver callback from drm_gem_object_release_hand...Jean-Sébastien Pédron
2013-08-25drm: Support gem_open_object() and gem_close_object() callbacksJean-Sébastien Pédron
2013-08-25drm: Fix typo in KASSERT message: s/Dandling/Dangling/Jean-Sébastien Pédron
2013-03-05Import the preliminary port of the TTM.Konstantin Belousov
2012-09-15Prefer __containerof() above member2struct().Ed Schouten
2012-05-22Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov