]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd747fe030c1969c33813651f22b75872ad56e9e9
tree77f400d6069b8f8b1c11eadbca1400c3bca8aade
parentadfd353b637f94ec2f52ea6ee79a9fd42601e84b
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