summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_eu_stall.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-03drm/xe: Don't compare GT ID to GT count when determining valid GTsMatt Roper1-2/+4
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi1-2/+2
2025-04-26drm/xe/eustall: Do not support EU stall on SRIOV VFHarish Chegondi1-0/+3
2025-04-26drm/xe/eustall: Resolve a possible circular locking dependencyHarish Chegondi1-2/+9
2025-03-13drm/xe/eustall: Fix a possible pointer dereference after freeHarish Chegondi1-7/+1
2025-02-26drm/xe/eustall: Add workaround 22016596838 which applies to PVC.Harish Chegondi1-0/+10
2025-02-26drm/xe/uapi: Add a device query to get EU stall sampling informationHarish Chegondi1-7/+41
2025-02-26drm/xe/eustall: Add EU stall sampling support for Xe2Harish Chegondi1-3/+32
2025-02-26drm/xe/eustall: Add support to handle dropped EU stall dataHarish Chegondi1-1/+45
2025-02-26drm/xe/eustall: Add support to read() and poll() EU stall dataHarish Chegondi1-3/+264
2025-02-26drm/xe/eustall: Add support to init, enable and disable EU stall samplingHarish Chegondi1-7/+371
2025-02-26drm/xe/uapi: Introduce API for EU stall samplingHarish Chegondi1-0/+218