Skip to content

Commit 1a97a13

Browse files
Alvin Leealexdeucher
authored andcommitted
drm/amd/display: Revert check for phantom BPP
[Description] Revert change since enabling SubVP on 8K60 single cable results in corruption Reviewed-by: Nevenko Stupar <[email protected]> Reviewed-by: Martin Leung <[email protected]> Acked-by: Brian Chang <[email protected]> Signed-off-by: Alvin Lee <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 982ccdb commit 1a97a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ void dml32_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_l
23062306
&& (mode_lib->vba.Output[k] == dm_dp || mode_lib->vba.Output[k] == dm_dp2p0
23072307
|| mode_lib->vba.Output[k] == dm_edp
23082308
|| mode_lib->vba.Output[k] == dm_hdmi)
2309-
&& mode_lib->vba.OutputBppPerState[i][k] == 0 && (mode_lib->vba.UsesMALLForPStateChange[k] != dm_use_mall_pstate_change_phantom_pipe)) {
2309+
&& mode_lib->vba.OutputBppPerState[i][k] == 0) {
23102310
mode_lib->vba.LinkCapacitySupport[i] = false;
23112311
}
23122312
}

0 commit comments

Comments
 (0)