]> Gentwo Git Trees - linux/.git/commit
drm/xe: highlight reserved PAT entries in dump output
authorXin Wang <x.wang@intel.com>
Thu, 30 Oct 2025 22:17:34 +0000 (22:17 +0000)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 31 Oct 2025 15:46:55 +0000 (08:46 -0700)
commit31f99f63805f8e8d89c7f6a41623173befb8e621
tree502051ec14c8a0177451c0530f6f63ef8c1d9798
parent8578e6d0546c7eee6eb5f755318e5cd111446be2
drm/xe: highlight reserved PAT entries in dump output

Enhance the PAT table dump by marking reserved entries with an
asterisk (*) for improved readability and debugging.

V2:
  Added a note in the "PAT table" header explaining the meaning of
the asterisk(*) to improve clarity for readers. (Matt Roper)

V3:
  Introduced a valid field in struct xe_pat_table_entry to
explicitly track whether an entry is valid or reserved, avoiding
reliance on coh_mode == 0. (Matt Roper)

Signed-off-by: Xin Wang <x.wang@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20251030221734.1058350-1-x.wang@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_pat.c
drivers/gpu/drm/xe/xe_pat.h