[PATCH 2/2] drm/i915/psr: Changing PSR mode via debugfs doesn't require full modeset
Jouni Högander
jouni.hogander at intel.com
Wed Jan 17 13:55:18 UTC 2024
PSR mode change doesn't require full modeset. Remove this from PSR debugfs
interface as well.
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
---
drivers/gpu/drm/i915/display/intel_psr.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
index 696d5d32ca9d..55520d56f2b8 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
@@ -2513,9 +2513,6 @@ static int intel_psr_fastset_force(struct drm_i915_private *dev_priv)
err = PTR_ERR(crtc_state);
break;
}
-
- /* Mark mode as changed to trigger a pipe->update() */
- crtc_state->mode_changed = true;
}
drm_connector_list_iter_end(&conn_iter);
--
2.34.1
More information about the Intel-gfx-trybot
mailing list