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 <sagar.ghuge@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27529>
This commit is contained in:
Sagar Ghuge 2024-02-13 12:56:30 -08:00 committed by Marge Bot
parent b533bf7361
commit 8f880d0ad7

View file

@ -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)."),