Commit 9e3efe3e authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher
Browse files

drm/amd/display: Set ignore_msa_timing_param

parent 0c8df4bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2487,6 +2487,9 @@ create_stream_for_sink(struct amdgpu_dm_connector *aconnector,

	update_stream_signal(stream);

	if (dm_state && dm_state->freesync_capable)
		stream->ignore_msa_timing_param = true;

	return stream;
}