We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152191e commit e3d4eadCopy full SHA for e3d4ead
drivers/gpu/drm/i915/display/intel_psr.c
@@ -1422,6 +1422,17 @@ void intel_psr_compute_config(struct intel_dp *intel_dp,
1422
return;
1423
}
1424
1425
+ /*
1426
+ * FIXME figure out what is wrong with PSR+bigjoiner and
1427
+ * fix it. Presumably something related to the fact that
1428
+ * PSR is a transcoder level feature.
1429
+ */
1430
+ if (crtc_state->bigjoiner_pipes) {
1431
+ drm_dbg_kms(&dev_priv->drm,
1432
+ "PSR disabled due to bigjoiner\n");
1433
+ return;
1434
+ }
1435
+
1436
if (CAN_PANEL_REPLAY(intel_dp))
1437
crtc_state->has_panel_replay = true;
1438
else
0 commit comments