Skip to content

Commit 8f6e87d

Browse files
committed
drm/i915: Enable PSR2 by default
The support for PSR2 was polished, IGT tests for PSR2 was added and it was tested performing regular user workloads like browsing, editing documents and compiling Linux, so it is time to enable it by default and enjoy even more power-savings. Cc: Rodrigo Vivi <[email protected]> Reviewed-by: Dhinakaran Pandiyan <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> Signed-off-by: José Roberto de Souza <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 88e05af commit 8f6e87d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/i915/intel_psr.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ static bool intel_psr2_enabled(struct drm_i915_private *dev_priv,
8080
case I915_PSR_DEBUG_DISABLE:
8181
case I915_PSR_DEBUG_FORCE_PSR1:
8282
return false;
83-
case I915_PSR_DEBUG_DEFAULT:
84-
if (i915_modparams.enable_psr <= 0)
85-
return false;
8683
default:
8784
return crtc_state->has_psr2;
8885
}

0 commit comments

Comments
 (0)