summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Brost <matthew.brost@intel.com>2026-01-09 17:27:34 -0800
committerMatthew Brost <matthew.brost@intel.com>2026-01-10 13:39:50 -0800
commit95f27831ee3c6afc2e3b7386c32545eba1f096d7 (patch)
treedf6a8da057c4dda22c2b51abdf2b716ed2871f38 /scripts
parente70f43c21dbfa305a304028577a8565379089768 (diff)
drm/xe: Stop abusing DRM scheduler internals
Use new pending job list iterator and new helper functions in Xe to avoid reaching into DRM scheduler internals. Part of this change involves removing pending jobs debug information from debugfs and devcoredump. As agreed, the pending job list should only be accessed when the scheduler is stopped. However, it's not straightforward to determine whether the scheduler is stopped from the shared debugfs/devcoredump code path. Additionally, the pending job list provides little useful information, as pending jobs can be inferred from seqnos and ring head/tail positions. Therefore, this debug information is being removed. v4: - Add comment around DRM_GPU_SCHED_STAT_NO_HANG (Niranjana) Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Link: https://patch.msgid.link/20260110012739.2888434-3-matthew.brost@intel.com
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions