commit | 4176664b1fc8aa052f886037590cac4fb0dd8afb | [log] [tgz] |
---|---|---|
author | Charlene Liu <[email protected]> | Wed Sep 27 23:23:16 2017 -0400 |
committer | Alex Deucher <[email protected]> | Sat Oct 21 16:46:16 2017 -0400 |
tree | a039363c14486eeab129674244abc40a282694d2 | |
parent | 50d4cfdc118122f58ffdb09607a57c621e24d777 [diff] [blame] |
drm/amd/display: audio dynamic resource acquired related Signed-off-by: Charlene Liu <[email protected]> Reviewed-by: Anthony Koo <[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 bf3ab5d..8734689 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
@@ -134,7 +134,8 @@ struct hw_sequencer_funcs { void (*enable_stream)(struct pipe_ctx *pipe_ctx); - void (*disable_stream)(struct pipe_ctx *pipe_ctx); + void (*disable_stream)(struct pipe_ctx *pipe_ctx, + int option); void (*unblank_stream)(struct pipe_ctx *pipe_ctx, struct dc_link_settings *link_settings);