Mesa (main): intel/dev: Set intel_device_info::apply_hwconfig for DG2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 19 00:49:00 UTC 2022


Module: Mesa
Branch: main
Commit: 59f32c62c736210b0d244d5a084732c7a43c4cf0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59f32c62c736210b0d244d5a084732c7a43c4cf0

Author: Jordan Justen <jordan.l.justen at intel.com>
Date:   Sat Jan  8 00:13:34 2022 -0800

intel/dev: Set intel_device_info::apply_hwconfig for DG2

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13866>

---

 src/intel/dev/intel_device_info.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c
index 87f95f44598..d71809dab3e 100644
--- a/src/intel/dev/intel_device_info.c
+++ b/src/intel/dev/intel_device_info.c
@@ -1045,7 +1045,8 @@ static const struct intel_device_info intel_device_info_sg1 = {
    /* (Sub)slice info comes from the kernel topology info */    \
    XEHP_FEATURES(0, 1, 0),                                      \
    .num_subslices = dual_subslices(1),                          \
-   .has_lsc = true
+   .has_lsc = true,                                             \
+   .apply_hwconfig = true
 
 UNUSED static const struct intel_device_info intel_device_info_dg2_g10 = {
    DG2_FEATURES,



More information about the mesa-commit mailing list