On 3/31/2022 16:17, Jordan Justen wrote:
From: Rodrigo Vivi <[email protected]>

v2:
  * Jordan: Drop stepping/skew checking as suggested by John.

Signed-off-by: Rodrigo Vivi <[email protected]>
Signed-off-by: John Harrison <[email protected]>
Signed-off-by: Ramalingam C <[email protected]>
Tested-by: Jordan Justen <[email protected]>
Signed-off-by: Jordan Justen <[email protected]>
Apologies for the delay, missed this one going past!

Reviewed-by: John Harrison <[email protected]>

---
  drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c 
b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
index e0f65bdd1c84..79c66b6b51a3 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
@@ -96,6 +96,8 @@ static bool has_table(struct drm_i915_private *i915)
  {
        if (IS_ALDERLAKE_P(i915))
                return true;
+       if (IS_DG2(i915))
+               return true;
return false;
  }

Reply via email to