|
@@ -4484,7 +4484,7 @@ static int dm_update_crtcs_state(struct dc *dc,
|
|
* TODO: need to dig out the root cause of that
|
|
* TODO: need to dig out the root cause of that
|
|
*/
|
|
*/
|
|
if (!aconnector || (!aconnector->dc_sink && aconnector->mst_port))
|
|
if (!aconnector || (!aconnector->dc_sink && aconnector->mst_port))
|
|
- continue;
|
|
|
|
|
|
+ goto next_crtc;
|
|
|
|
|
|
if (modereset_required(new_crtc_state))
|
|
if (modereset_required(new_crtc_state))
|
|
goto next_crtc;
|
|
goto next_crtc;
|