Skip to content
Snippets Groups Projects
Commit bcfc713f authored by Rodrigo Vivi's avatar Rodrigo Vivi Committed by John Harrison
Browse files
parent 8d0e3dec
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment