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

drm/amd/display: No need to assert on stream_status

This will be NULL on a new stream. DC handles it gracefully.
Signed-off-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 5aa35c1a
......@@ -2883,9 +2883,6 @@ static enum surface_update_type amdgpu_dm_check_surfaces_update_type(
dc_stream_get_status(dc_stream);
enum surface_update_type update_type;
ASSERT(stream_status);
memset(srf_updates, 0, sizeof(srf_updates));
memset(flip_addr, 0, sizeof(flip_addr));
memset(plane_info, 0, sizeof(plane_info));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册