[PATCH 2/2] drm/i915/psr: Compute psr configuration on initial fastset check
Jouni Högander
jouni.hogander at intel.com
Mon Jan 22 12:47:19 UTC 2024
Compute psr configuration on initial fastset check to enable PSR already on
initial commit.
Cc: Stanislav Lisovskiy <stanislav.lisovskiy at intel.com>
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
---
drivers/gpu/drm/i915/display/intel_dp.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index aaa9f5277f00..eb7c90b3a5b1 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -3326,6 +3326,8 @@ bool intel_dp_initial_fastset_check(struct intel_encoder *encoder,
fastset = false;
}
+ intel_psr_compute_config(intel_dp, crtc_state);
+
return fastset;
}
--
2.34.1
More information about the Intel-gfx-trybot
mailing list