aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+34
2025-05-05drm: add drm_file_err function to add process infoSunil Khatri1-0/+34
2025-04-28drm/fdinfo: Protect against driver unbindTvrtko Ursulin1-0/+6
2025-02-07drm/file: Add fdinfo helper for printing regions with prefixAdrián Larumbe1-8/+18
2024-12-19drm: make drm-active- stats optionalYunxiang Li1-6/+7
2024-12-19drm: add drm_memory_stats_is_zeroYunxiang Li1-0/+10
2024-11-05drm: use ATOMIC64_INIT() for atomic64_tJonathan Gray1-1/+1
2024-10-18drm/client: Move client event handlers to drm_client_event.cThomas Zimmermann1-1/+1
2024-10-08drm: use drm_file client_name in fdinfoPierre-Eric Pelloux-Prayer1-0/+5
2024-10-08drm: add DRM_SET_CLIENT_NAME ioctlPierre-Eric Pelloux-Prayer1-0/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-30/+11
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-1/+2
2024-08-26accel: Use XArray instead of IDR for minorsMichał Winiarski1-1/+1
2024-08-26drm: Fix kerneldoc for "Returns" sectionrenjun wang1-7/+0
2024-08-13drm: Remove struct drm_driver.lastcloseThomas Zimmermann1-22/+6
2024-08-13drm: Do delayed switcheroo in drm_lastclose()Thomas Zimmermann1-0/+4
2024-06-28drm/drm_file: Fix pid refcounting raceJann Horn1-5/+3
2024-02-16drm: update drm_show_memory_stats() for dma-bufsAlex Deucher1-1/+1
2023-12-07drm/drm_file: fix use of uninitialized variableTomi Valkeinen1-1/+1
2023-12-06drm: Remove support for legacy driversThomas Zimmermann1-62/+2
2023-11-06drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo statsTvrtko Ursulin1-1/+1
2023-10-04drm/drm_file: Add DRM obj's RSS reporting function for fdinfoAdrián Larumbe1-3/+5
2023-09-20drm: Update file owner during useTvrtko Ursulin1-3/+37
2023-05-24drm: Add fdinfo memory statsRob Clark1-1/+98
2023-05-24drm: Add common fdinfo helperRob Clark1-0/+35
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin1-1/+1
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+9
2023-01-03drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin1-9/+9
2022-11-22accel: add dedicated minor for accelerator devicesOded Gabbay1-1/+1
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-142/+1
2022-08-04drm: Remove the drm_get_unmapped_area() helperZack Rusin1-141/+0
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-1/+1
2022-07-16fs: remove no_llseekJason A. Donenfeld1-2/+1
2021-08-02drm: Fix typo in commentsCai Huoqing1-3/+3
2021-07-20drm: serialize drm_file.master with a new spinlockDesmond Cheong Zhi Xi1-0/+1
2021-04-27drm/drm_file.c: Define drm_send_event_helper() as 'static'Fabio M. De Francesco1-13/+1
2021-01-22drm/drm_vblank: set the dma-fence timestamp during send_vblank_eventVeera Sundaram Sankaran1-12/+56
2021-01-13drm: Move struct drm_device.hose to legacy sectionThomas Zimmermann1-0/+2
2021-01-12drm: Removes invalid function return value comment informationZhaoge Zhang1-3/+0
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann1-2/+1
2020-11-06drm: Compile out legacy chunks from struct drm_deviceDaniel Vetter1-0/+2
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay1-0/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+6
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+4
2020-05-29drm_read(): get rid of pointless access_ok()Al Viro1-3/+0
2020-05-19drm/file: wrap excessively long lineEmil Velikov1-1/+2
2020-05-19drm: print the current->comm alongside the pidEmil Velikov1-3/+4
2020-04-28drm: make drm_file use keyed wakeupsKenny Levinsen1-2/+4
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)1-0/+1