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:
committed by
Alex Deucher
parent
37d66a339b
commit
17c06cab91
@ -1568,7 +1568,9 @@ void dc_update_surfaces_for_stream(struct dc *dc,
|
||||
surface, context);
|
||||
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);
|
||||
|
||||
if (update_type == UPDATE_TYPE_FAST)
|
||||
|
Reference in New Issue
Block a user