mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 13:40:37 +02:00
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:
parent
b533bf7361
commit
8f880d0ad7
1 changed files with 3 additions and 1 deletions
|
|
@ -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)."),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue