Skip to content

Commit 8ca6d02

Browse files
StanFox1984vsyrjala
authored andcommitted
drm/i915: Enable SAGV support for Gen12
Flip the switch and enable SAGV support for Gen12 also. Signed-off-by: Stanislav Lisovskiy <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 20f505f commit 8ca6d02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/gpu/drm/i915/intel_pm.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3638,10 +3638,6 @@ static bool skl_needs_memory_bw_wa(struct drm_i915_private *dev_priv)
36383638
static bool
36393639
intel_has_sagv(struct drm_i915_private *dev_priv)
36403640
{
3641-
/* HACK! */
3642-
if (IS_GEN(dev_priv, 12))
3643-
return false;
3644-
36453641
return (IS_GEN9_BC(dev_priv) || INTEL_GEN(dev_priv) >= 10) &&
36463642
dev_priv->sagv_status != I915_SAGV_NOT_CONTROLLED;
36473643
}

0 commit comments

Comments
 (0)