Skip to content

Commit 63bb106

Browse files
charliu-AMDENGalexdeucher
authored andcommitted
drm/amd/display: add missing code change init pix_per_cycle
[why] missing change when port to these two dcn version. Reviewed-by: Chris Park <[email protected]> Reviewed-by: Leo Ma <[email protected]> Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Charlene Liu <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a36f725 commit 63bb106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ static void enc32_stream_encoder_dp_unblank(
294294
|| is_dp_dig_pixel_rate_div_policy(dc, &param->timing)) {
295295
/*this logic should be the same in get_pixel_clock_parameters() */
296296
n_multiply = 1;
297+
pix_per_cycle = 1;
297298
}
298299
/* M / N = Fstream / Flink
299300
* m_vid / n_vid = pixel rate / link rate

0 commit comments

Comments
 (0)