summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_file.c
AgeCommit message (Expand)Author
2024-02-16drm: update drm_show_memory_stats() for dma-bufsAlex Deucher
2023-12-07drm/drm_file: fix use of uninitialized variableTomi Valkeinen
2023-12-06drm: Remove support for legacy driversThomas Zimmermann
2023-11-06drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo statsTvrtko Ursulin
2023-10-04drm/drm_file: Add DRM obj's RSS reporting function for fdinfoAdrián Larumbe
2023-09-20drm: Update file owner during useTvrtko Ursulin
2023-05-24drm: Add fdinfo memory statsRob Clark
2023-05-24drm: Add common fdinfo helperRob Clark
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-01-03drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin
2022-11-22accel: add dedicated minor for accelerator devicesOded Gabbay
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-08-04drm: Remove the drm_get_unmapped_area() helperZack Rusin
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-07-16fs: remove no_llseekJason A. Donenfeld
2021-08-02drm: Fix typo in commentsCai Huoqing
2021-07-20drm: serialize drm_file.master with a new spinlockDesmond Cheong Zhi Xi
2021-04-27drm/drm_file.c: Define drm_send_event_helper() as 'static'Fabio M. De Francesco
2021-01-22drm/drm_vblank: set the dma-fence timestamp during send_vblank_eventVeera Sundaram Sankaran
2021-01-13drm: Move struct drm_device.hose to legacy sectionThomas Zimmermann
2021-01-12drm: Removes invalid function return value comment informationZhaoge Zhang
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann
2020-11-06drm: Compile out legacy chunks from struct drm_deviceDaniel Vetter
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-29drm_read(): get rid of pointless access_ok()Al Viro
2020-05-19drm/file: wrap excessively long lineEmil Velikov
2020-05-19drm: print the current->comm alongside the pidEmil Velikov
2020-04-28drm: make drm_file use keyed wakeupsKenny Levinsen
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)
2020-03-24drm: Add a drm_get_unmapped_area() helperThomas Hellstrom (VMware)
2020-02-11drm: Nerf drm_global_mutex BKL for good driversDaniel Vetter
2020-02-11drm: Push drm_global_mutex locking in drm_openDaniel Vetter
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson
2020-01-24drm: Release filp before global lockChris Wilson
2019-12-27Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-12-02drm: use correct dev node location in commentEmil Velikov
2019-11-07drm: Expose a method for creating anonymous struct file around drm_minorChris Wilson
2019-06-21drm/prime: Unconditionally set up the prime file privateDaniel Vetter
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg
2019-05-09drm: Some ocd in drm_file.cDaniel Vetter
2019-04-24drm/legacy: remove some legacy lock struct membersDave Airlie
2019-04-24drm/legacy: move legacy dev reinit into legacy miscDave Airlie
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul
2019-03-05Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-02-27drm: Wake up next in drm_read() chain if we are forced to putback the eventChris Wilson
2019-02-21drm: Fix drm_release() and device unplugNoralf Trønnes
2019-02-13drm: plug memory leak on drm_setup() failureEmil Velikov