drm/i915/xehp: Update topology dumps for Xe_HP
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 11 Mar 2022 22:54:59 +0000 (14:54 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 14 Mar 2022 16:33:59 +0000 (09:33 -0700)
commitcc1338f259a21afd09aaaa011b87f3b83388d545
tree77f400d6069b8f8b1c11eadbca1400c3bca8aade
parent144ce0ac634a38a123f970a62210da70b4ce662a
drm/i915/xehp: Update topology dumps for Xe_HP

When running on Xe_HP or beyond, let's use an updated format for
describing topology in our error state dumps and debugfs to give a
more accurate view of the hardware:

 - Just report DSS directly without the legacy "slice0" output that's no
   longer meaningful.
 - Indicate whether each DSS is accessible for geometry and/or compute.
 - Rename "rcs_topology" to "sseu_topology" since the information
   reported is common to both RCS and CCS engines now.

v2:
 - Name static functions in a more consistent manner.  (Lucas)

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220311225459.385515-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_sseu.c
drivers/gpu/drm/i915/gt/intel_sseu.h
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c
drivers/gpu/drm/i915/i915_gpu_error.c