]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Include running dword offset in default_lrc dumps
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Mar 2026 23:04:58 +0000 (16:04 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 16 Mar 2026 15:46:59 +0000 (08:46 -0700)
commit65fcf19cb36bf43c893c3444d5bd120006cb843d
tree2ac41a6f50c7a0c2cd3c20da8e660bc9d63cb5be
parent27a5e78a23dd36e487678aee92364fc9ef6d6871
drm/xe: Include running dword offset in default_lrc dumps

Printing a running dword offset in the default_lrc_* debugfs entries
makes it easier for developers to find the right offsets to use in
regs/xe_lrc_layout.h and/or compare the default LRC contents against the
bspec-documented LRC layout.

Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Link: https://patch.msgid.link/20260311-default_lrc_offsets-v1-1-58d8ed3aa081@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_lrc.c