summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_drv.c
AgeCommit message (Expand)Author
2021-08-02drm: Fix typo in commentsCai Huoqing
2021-06-07drm: Add a prefetching memcpy_from_wcThomas Hellström
2021-05-10drm: Mark PCI AGP helpers as legacyThomas Zimmermann
2021-02-21drm/drv: Remove initialization of static variablesTian Tao
2021-01-19drm: Unamp the entire device address space on device unplugAndrey Grodzovsky
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter
2021-01-05drm: Use a const drm_driver for legacy PCI devicesLaurent Pinchart
2020-12-14drm/drv: Remove invalid assignmentsTian Tao
2020-12-08drm/drv: switch to using devm_add_action_or_reset()Tian Tao
2020-11-06drm: Allow const struct drm_driverDaniel Vetter
2020-09-21drm/dev: Remove drm_dev_initDaniel Vetter
2020-09-03drm/managed: Cleanup of unused functions and polishing docsDaniel Vetter
2020-07-27drm: Remove redundant NULL checkLi Heng
2020-04-28drm: Add devm_drm_dev_alloc macroDaniel Vetter
2020-04-02drm: Fix wrong kfree() in managed resource usage exampleLaurent Pinchart
2020-03-26drm: Add docs for managed resourcesDaniel Vetter
2020-03-26drm: Manage drm_mode_config_init with drmm_Daniel Vetter
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter
2020-03-26drm: Manage drm_vblank_cleanup with drmm_Daniel Vetter
2020-03-26drm: Manage drm_gem_init with drmm_Daniel Vetter
2020-03-26drm: manage drm_minor cleanup with drmm_Daniel Vetter
2020-03-26drm: Use drmm_ for drm_dev_init cleanupDaniel Vetter
2020-03-26drm: Handle dev->unique with drmm_Daniel Vetter
2020-03-26drm: Cleanups after drmm_add_final_kfree rolloutDaniel Vetter
2020-03-26drm: Set final_kfree in drm_dev_allocDaniel Vetter
2020-03-26drm: add managed resources tied to drm_deviceDaniel Vetter
2020-03-18drm: Include the encoder itself in possible_clonesVille Syrjälä
2020-02-11drm: Nerf drm_global_mutex BKL for good driversDaniel Vetter
2020-02-11drm: Push drm_global_mutex locking in drm_openDaniel Vetter
2019-12-17drm: remove duplicate check on parent and avoid BUG_ONAditya Pakki
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula
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