Commit bcfc713f authored by Rodrigo Vivi's avatar Rodrigo Vivi Committed by John Harrison
parent 8d0e3dec
...@@ -96,6 +96,8 @@ static bool has_table(struct drm_i915_private *i915) ...@@ -96,6 +96,8 @@ static bool has_table(struct drm_i915_private *i915)
{ {
if (IS_ALDERLAKE_P(i915)) if (IS_ALDERLAKE_P(i915))
return true; return true;
if (IS_DG2(i915))
return true;
return false; return false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment