drm/amd/display: Make sure to update address without flip

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Harry Wentland 2017-01-24 16:06:32 -05:00 committed by Alex Deucher
parent 37d66a339b
commit 17c06cab91

View File

@ -1568,7 +1568,9 @@ void dc_update_surfaces_for_stream(struct dc *dc,
surface, context); surface, context);
context_timing_trace(dc, &context->res_ctx); context_timing_trace(dc, &context->res_ctx);
} }
} else if (updates[i].flip_addr) }
if (updates[i].flip_addr)
core_dc->hwss.update_plane_addr(core_dc, pipe_ctx); core_dc->hwss.update_plane_addr(core_dc, pipe_ctx);
if (update_type == UPDATE_TYPE_FAST) if (update_type == UPDATE_TYPE_FAST)