Skip to content

Commit 1966bbf

Browse files
Austin Zhengalexdeucher
authored andcommitted
drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2
[Why] K1 and K2 not being setting properly when subVP is active. [How] Have phantom pipes use the same programing as the main pipes without checking the paired stream Cc: [email protected] Tested-by: Daniel Wheeler <[email protected]> Reviewed-by: Alvin Lee <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Austin Zheng <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 1a3148b commit 1966bbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,10 +1147,6 @@ unsigned int dcn32_calculate_dccg_k1_k2_values(struct pipe_ctx *pipe_ctx, unsign
11471147
unsigned int odm_combine_factor = 0;
11481148
bool two_pix_per_container = false;
11491149

1150-
// For phantom pipes, use the same programming as the main pipes
1151-
if (pipe_ctx->stream->mall_stream_config.type == SUBVP_PHANTOM) {
1152-
stream = pipe_ctx->stream->mall_stream_config.paired_stream;
1153-
}
11541150
two_pix_per_container = optc2_is_two_pixels_per_containter(&stream->timing);
11551151
odm_combine_factor = get_odm_config(pipe_ctx, NULL);
11561152

0 commit comments

Comments
 (0)