commit | 1bf56e62cc4fbff6d701b798da05a91f78aa12e9 | [log] [tgz] |
---|---|---|
author | Zeyu Fan <[email protected]> | Fri Jun 02 17:25:49 2017 -0400 |
committer | Alex Deucher <[email protected]> | Tue Sep 26 18:07:53 2017 -0400 |
tree | a9b5fb284ebc780f907c06746d1156e2166b1722 | |
parent | a235bd9f1ea0c610a5cddfb79f98b651dc8dc5bd [diff] [blame] |
drm/amd/display: Call program_gamut explicitly instead of entire set_plane This fixes on boot crush on Vega, Polaris with Dal3. Signed-off-by: Zeyu Fan <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h index b53e120..6f8733e 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
@@ -67,6 +67,9 @@ struct hw_sequencer_funcs { struct pipe_ctx *pipe_ctx, struct resource_context *res_ctx); + void (*program_gamut_remap)( + struct pipe_ctx *pipe_ctx); + void (*update_plane_addr)( const struct core_dc *dc, struct pipe_ctx *pipe_ctx);