From 8f880d0ad7e9227bf1e99628b611bc280c1782ba Mon Sep 17 00:00:00 2001 From: Sagar Ghuge Date: Tue, 13 Feb 2024 12:56:30 -0800 Subject: [PATCH] intel/dev: Update max_subslices_per_slice comment Mention that max_subslices_per_slice relates to GT_SS_PER_SLICE in SKU. Signed-off-by: Sagar Ghuge Reviewed-by: Caio Oliveira Part-of: --- src/intel/dev/intel_device_info.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/intel/dev/intel_device_info.py b/src/intel/dev/intel_device_info.py index ed721fb7701..93e9ff8974a 100644 --- a/src/intel/dev/intel_device_info.py +++ b/src/intel/dev/intel_device_info.py @@ -344,7 +344,9 @@ Struct("intel_device_info", comment=dedent("""\ Maximum number of subslices per slice present on this device (can be more than the maximum value in the num_subslices[] array if some - subslices are fused).""")), + subslices are fused). + + This is GT_SS_PER_SLICE in SKU.""")), Member("unsigned", "ppipe_subslices", array="INTEL_DEVICE_MAX_PIXEL_PIPES", comment="Number of subslices on each pixel pipe (ICL)."),