summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18drm/kms: Duct-tape for mode object lifetime checksDaniel Vetter1-2/+2
2019-08-19drm/drv: Use // for comments in example codeJonathan Neuschäfer1-8/+6
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-16/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-16/+4
2019-07-10drm/kms: Catch mode_object lifetime errorsDaniel Vetter1-2/+2
2019-06-13drm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-3/+6
2019-05-25vfs: Convert drm to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-5/+1
2019-05-20drm: don't bother with super_operations and dentry_operationsAl Viro1-10/+2
2019-04-24drm/legacy: move init/destroy of struct members into legacy fileDave Airlie1-7/+3
2019-04-24drm/legacy: move map_hash create/destroy into inlinesDave Airlie1-3/+3
2019-04-24drm/legacy: move map cleanups into drm_bufs.cDave Airlie1-4/+1
2019-04-18drm/drv: Fix incorrect resolution of merge conflictJanusz Krzysztofik1-1/+0
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-0/+1
2019-03-25drm: Fix drm_release() and device unplugNoralf Trønnes1-5/+1
2019-03-04drm/drv: DOC: Add driver example codeNoralf Trønnes1-0/+132
2019-03-04drm: Add devm_drm_dev_init()Noralf Trønnes1-0/+39
2019-03-04drm/drv: Hold ref on parent device during drm_device lifetimeNoralf Trønnes1-1/+4
2019-02-21drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes1-1/+0
2019-02-21drm: Fix drm_release() and device unplugNoralf Trønnes1-5/+1
2019-02-19drm/doc: document recommended component helper usageDaniel Vetter1-0/+25
2019-01-12drm/docs: improve docs for drm_drv.cDaniel Vetter1-12/+11
2018-12-27drm/drm_drv.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-13/+0
2018-11-24drm: remove deprecated "drm_dev_unref" functionFernando Ramos1-13/+0
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-2/+0
2018-11-05drm: Remove drm_global.{c,h} v2Thomas Zimmermann1-2/+0
2018-10-25drm: BUG_ON if passing NULL parent to drm_dev_initEmil Velikov1-5/+3
2018-09-13drm: Introduce per-device driver_featuresVille Syrjälä1-0/+3
2018-07-16drm/dp_helper: Add DP aux channel tracingLyude Paul1-7/+8
2018-07-10drm: Begin an API for in-kernel clientsNoralf Trønnes1-0/+8
2018-06-20Merge tag 'drm-misc-next-fixes-2018-06-15' of git://anongit.freedesktop.org/d...Dave Airlie1-7/+7
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-15/+49
2018-05-31drm: Fix possible race conditions while unplugging DRM deviceOleksandr Andrushchenko1-7/+7
2018-05-11drm: Match sysfs name in link removal to link creationHaneen Mohammed1-1/+1
2018-05-03drm: remove all control node codeDaniel Vetter1-10/+0
2018-03-29drm: Use srcu to protect drm_device.unpluggedNoralf Trønnes1-5/+49
2018-03-06drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problemJoe Moriarty1-1/+1
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-1/+2
2017-10-25drm: Add new LEASE debug levelKeith Packard1-1/+2
2017-10-20drm: Move debug macros out of drmP.hHaneen Mohammed1-47/+0
2017-09-26drm: introduce drm_dev_{get/put} functionsAishwarya Pant1-19/+32
2017-08-11drm: Clean up drm_dev_unplugDaniel Vetter1-12/+3
2017-08-11drm: Only lastclose on unload for legacy driversDaniel Vetter1-1/+2
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-3/+21
2017-07-11drm: inhibit drm drivers register to uninitialized drm coreAlexandru Moise1-0/+16
2017-06-02drm: Fix oops + Xserver hang when unplugging USB drm devicesHans de Goede1-1/+6
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-0/+4
2017-02-02drm: Provide a driver hook for drm_dev_release()Chris Wilson1-20/+45