intel/dev: Set has_lsc in XEHP_FEATURES rather than DG2_FEATURES

MTL will want this set as well.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19447>
This commit is contained in:
Jordan Justen
2022-05-23 17:02:31 -07:00
committed by Marge Bot
parent dfbc142b7a
commit d911eb17d8

View File

@@ -1051,6 +1051,7 @@ static const struct intel_device_info intel_device_info_sg1 = {
.num_thread_per_eu = 8 /* BSpec 44472 */, \
.verx10 = 125, \
.has_llc = false, \
.has_lsc = true, \
.has_local_mem = true, \
.has_aux_map = false, \
.simulator_id = 29
@@ -1061,7 +1062,6 @@ static const struct intel_device_info intel_device_info_sg1 = {
.display_ver = 13, \
.revision = 4, /* For offline compiler */ \
.num_subslices = dual_subslices(1), \
.has_lsc = true, \
.apply_hwconfig = true, \
.has_coarse_pixel_primitive_and_cb = true, \
.has_mesh_shading = true, \