[PATCH 4/5] drm/amd/display: Make sure to update address without flip
Harry Wentland
harry.wentland at amd.com
Wed Jan 25 20:33:57 UTC 2017
Change-Id: Ic0abfbe1e635ccd58596f7c4e9105d2787c10f31
Signed-off-by: Harry Wentland <harry.wentland at amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng at amd.com>
Acked-by: Harry Wentland <Harry.Wentland at amd.com>
---
drivers/gpu/drm/amd/display/dc/core/dc.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index c863bffab989..75718151356d 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -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)
--
2.9.3
More information about the amd-gfx
mailing list