Commit ac7485cc authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher
Browse files

drm/amd/display: Set dp_rate to dm_dp_rate_na by default

parent 0fdf06e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1300,7 +1300,6 @@ int dcn20_populate_dml_pipes_from_context(struct dc *dc,
			pipes[pipe_cnt].pipe.dest.pixel_rate_mhz *= 2;
		pipes[pipe_cnt].pipe.dest.otg_inst = res_ctx->pipe_ctx[i].stream_res.tg->inst;
		pipes[pipe_cnt].dout.dp_lanes = 4;
		if (res_ctx->pipe_ctx[i].stream->link)
		pipes[pipe_cnt].dout.dp_rate = dm_dp_rate_na;
		pipes[pipe_cnt].dout.is_virtual = 0;
		pipes[pipe_cnt].pipe.dest.vtotal_min = res_ctx->pipe_ctx[i].stream->adjust.v_total_min;