提交 1bed4d09 编写于 作者: H Harry Wentland 提交者: Alex Deucher

drm/amd/display: Fix one more place for dc_stream_state leak

One more thing that happened due to uneven applying of patches. This
mirrors what Darren Salt fixed.
Signed-off-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 75e68891
......@@ -4484,7 +4484,7 @@ static int dm_update_crtcs_state(struct dc *dc,
* TODO: need to dig out the root cause of that
*/
if (!aconnector || (!aconnector->dc_sink && aconnector->mst_port))
continue;
goto next_crtc;
if (modereset_required(new_crtc_state))
goto next_crtc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册