mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
intel/dev: Fix size of device info num_subslices array.
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14436>
This commit is contained in:
parent
f7bb68e499
commit
f3274e94fd
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ struct intel_device_info
|
|||
/**
|
||||
* Number of subslices for each slice (used to be uniform until CNL).
|
||||
*/
|
||||
unsigned num_subslices[INTEL_DEVICE_MAX_SUBSLICES];
|
||||
unsigned num_subslices[INTEL_DEVICE_MAX_SLICES];
|
||||
|
||||
/**
|
||||
* Maximum number of subslices per slice present on this device (can be
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue