File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1429,12 +1429,6 @@ static bool intel_psr2_config_valid(struct intel_dp *intel_dp,
1429
1429
return false;
1430
1430
}
1431
1431
1432
- if (!_compute_psr2_sdp_prior_scanline_indication (intel_dp , crtc_state )) {
1433
- drm_dbg_kms (& dev_priv -> drm ,
1434
- "PSR2 not enabled, PSR2 SDP indication do not fit in hblank\n" );
1435
- return false;
1436
- }
1437
-
1438
1432
if (!alpm_config_valid (intel_dp , crtc_state , false))
1439
1433
return false;
1440
1434
@@ -1476,6 +1470,12 @@ static bool intel_sel_update_config_valid(struct intel_dp *intel_dp,
1476
1470
if (!crtc_state -> has_panel_replay && !intel_psr2_config_valid (intel_dp , crtc_state ))
1477
1471
goto unsupported ;
1478
1472
1473
+ if (!_compute_psr2_sdp_prior_scanline_indication (intel_dp , crtc_state )) {
1474
+ drm_dbg_kms (& dev_priv -> drm ,
1475
+ "Selective update not enabled, SDP indication do not fit in hblank\n" );
1476
+ goto unsupported ;
1477
+ }
1478
+
1479
1479
if (crtc_state -> has_panel_replay && (DISPLAY_VER (dev_priv ) < 14 ||
1480
1480
!intel_dp -> psr .sink_panel_replay_su_support ))
1481
1481
goto unsupported ;
You can’t perform that action at this time.
0 commit comments