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:
Lionel Landwerlin 2021-12-16 11:10:18 +02:00 committed by Marge Bot
parent 4b2c78c08a
commit 218db59b25

View file

@ -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, \