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