summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_drm_client.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost1-1/+8
2024-09-18drm/xe/client: use mem_type from the current resourceMatthew Auld1-6/+1
2024-09-18drm/xe/client: add missing bo locking in show_meminfo()Matthew Auld1-3/+36
2024-09-18drm/xe/client: fix deadlock in show_meminfo()Matthew Auld1-1/+5
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-07-19drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa1-4/+1
2024-06-28drm/xe: Get hwe domain specific FW to read RING_TIMESTAMPUmesh Nerlige Ramappa1-2/+5
2024-06-27drm/xe/client: Check return value of xe_force_wake_getNirmoy Das1-2/+6
2024-05-28drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa1-1/+4
2024-05-28drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa1-4/+4
2024-05-21drm/xe/client: Print runtime to fdinfoLucas De Marchi1-1/+120
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström1-1/+1
2024-03-19drm/xe/client: drop bogus bo NULL checkMatthew Auld1-1/+1
2024-03-19drm/xe/client: remove bogus rcu list usageMatthew Auld1-3/+3
2024-02-26Merge tag 'drm-xe-next-2024-02-25' of ssh://gitlab.freedesktop.org/drm/xe/ker...Daniel Vetter1-10/+2
2024-02-20drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi1-10/+2
2024-02-16drm/xe: Update shared stats to use the new gem helperAlex Deucher1-1/+1
2023-12-21drm/xe: Implement fdinfo memory stats printingTejas Upadhyay1-1/+88
2023-12-21drm/xe: Add tracking support for bos per clientTejas Upadhyay1-0/+48
2023-12-21drm/xe: Interface xe drm client with fdinfo interfaceTejas Upadhyay1-0/+17
2023-12-21drm/xe: Add drm-client infrastructureTejas Upadhyay1-0/+52