[PATCH 1/2] drm/i915/dislay: PSR doesn't need full modeset when enabling pipe crc

Jouni Högander jouni.hogander at intel.com
Wed Jan 17 13:55:17 UTC 2024


Currenty we are forcing full modeset when enabling pipe CRC. This isn't
necessary so remove it.

Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
---
 drivers/gpu/drm/i915/display/intel_pipe_crc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_pipe_crc.c b/drivers/gpu/drm/i915/display/intel_pipe_crc.c
index 5a468ed6e26c..f64d28ea1fb8 100644
--- a/drivers/gpu/drm/i915/display/intel_pipe_crc.c
+++ b/drivers/gpu/drm/i915/display/intel_pipe_crc.c
@@ -302,7 +302,6 @@ intel_crtc_crc_setup_workarounds(struct intel_crtc *crtc, bool enable)
 		goto put_state;
 	}
 
-	pipe_config->uapi.mode_changed = pipe_config->has_psr;
 	pipe_config->crc_enabled = enable;
 
 	if (IS_HASWELL(dev_priv) &&
-- 
2.34.1



More information about the Intel-gfx-trybot mailing list