summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Nerf drm_global_mutex BKL for good driversDaniel Vetter2020-02-111-2/+4
* drm: Push drm_global_mutex locking in drm_openDaniel Vetter2020-02-111-9/+5
* drm: remove duplicate check on parent and avoid BUG_ONAditya Pakki2019-12-171-2/+3
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-2/+2
|\
| * drm/kms: Duct-tape for mode object lifetime checksDaniel Vetter2019-09-181-2/+2
* | drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula2019-10-021-17/+0
|/
* drm/drv: Use // for comments in example codeJonathan Neuschäfer2019-08-191-8/+6
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-16/+4
|\
| * Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-16/+4
| |\
| | * vfs: Convert drm to use the new mount APIDavid Howells2019-05-251-4/+4
| | * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-5/+1
| | * drm: don't bother with super_operations and dentry_operationsAl Viro2019-05-201-10/+2
* | | drm/kms: Catch mode_object lifetime errorsDaniel Vetter2019-07-101-2/+2
|/ /
* | drm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-5/+0
* | drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-3/+6
|/
* drm/legacy: move init/destroy of struct members into legacy fileDave Airlie2019-04-241-7/+3
* drm/legacy: move map_hash create/destroy into inlinesDave Airlie2019-04-241-3/+3
* drm/legacy: move map cleanups into drm_bufs.cDave Airlie2019-04-241-4/+1
* drm/drv: Fix incorrect resolution of merge conflictJanusz Krzysztofik2019-04-181-1/+0
* BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-151-0/+1
|\
| * drm: Fix drm_release() and device unplugNoralf Trønnes2019-03-251-5/+1
* | drm/drv: DOC: Add driver example codeNoralf Trønnes2019-03-041-0/+132
* | drm: Add devm_drm_dev_init()Noralf Trønnes2019-03-041-0/+39
* | drm/drv: Hold ref on parent device during drm_device lifetimeNoralf Trønnes2019-03-041-1/+4
* | drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes2019-02-211-1/+0
* | drm: Fix drm_release() and device unplugNoralf Trønnes2019-02-211-5/+1
* | drm/doc: document recommended component helper usageDaniel Vetter2019-02-191-0/+25
|/
* drm/docs: improve docs for drm_drv.cDaniel Vetter2019-01-121-12/+11
* drm/drm_drv.c: Remove duplicate headerBrajeswar Ghosh2018-12-271-1/+0
* Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-291-13/+0
|\
| * drm: remove deprecated "drm_dev_unref" functionFernando Ramos2018-11-241-13/+0
* | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-191-2/+0
|\ \ | |/ |/|
| * drm: Remove drm_global.{c,h} v2Thomas Zimmermann2018-11-051-2/+0
* | drm: BUG_ON if passing NULL parent to drm_dev_initEmil Velikov2018-10-251-5/+3
|/
* drm: Introduce per-device driver_featuresVille Syrjälä2018-09-131-0/+3
* drm/dp_helper: Add DP aux channel tracingLyude Paul2018-07-161-7/+8
* drm: Begin an API for in-kernel clientsNoralf Trønnes2018-07-101-0/+8
* Merge tag 'drm-misc-next-fixes-2018-06-15' of git://anongit.freedesktop.org/d...Dave Airlie2018-06-201-7/+7
|\
| * drm: Fix possible race conditions while unplugging DRM deviceOleksandr Andrushchenko2018-05-311-7/+7
* | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-15/+49
|\|
| * drm: remove all control node codeDaniel Vetter2018-05-031-10/+0
| * drm: Use srcu to protect drm_device.unpluggedNoralf Trønnes2018-03-291-5/+49
* | drm: Match sysfs name in link removal to link creationHaneen Mohammed2018-05-111-1/+1
|/
* drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problemJoe Moriarty2018-03-061-1/+1
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-1/+2
|\
| * drm: Add new LEASE debug levelKeith Packard2017-10-251-1/+2
* | drm: Move debug macros out of drmP.hHaneen Mohammed2017-10-201-47/+0
|/
* drm: introduce drm_dev_{get/put} functionsAishwarya Pant2017-09-261-19/+32
* drm: Clean up drm_dev_unplugDaniel Vetter2017-08-111-12/+3
* drm: Only lastclose on unload for legacy driversDaniel Vetter2017-08-111-1/+2