mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 06:10:28 +01:00
intel/dev: default to B stepping on DG2 for offline compiler
Most people won't have A0 stepping now. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15486>
This commit is contained in:
parent
4b2c78c08a
commit
218db59b25
1 changed files with 1 additions and 0 deletions
|
|
@ -1057,6 +1057,7 @@ static const struct intel_device_info intel_device_info_sg1 = {
|
|||
#define DG2_FEATURES \
|
||||
/* (Sub)slice info comes from the kernel topology info */ \
|
||||
XEHP_FEATURES(0, 1, 0), \
|
||||
.revision = 4, /* For offline compiler */ \
|
||||
.num_subslices = dual_subslices(1), \
|
||||
.has_lsc = true, \
|
||||
.apply_hwconfig = true, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue