summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-02-22 17:52:22 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:16:31 -0400
commitcf43759306002e29f025344504dc680a9a0b3ac8 (patch)
tree1caf64fb6e1b210503e3f412810bb932a7ae1323 /drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
parent45209ef7197bd4b5e7e224ff46fa9a3eca25c3bd (diff)
drm/amd/display: bandwidth update fix
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h9
1 files changed, 4 insertions, 5 deletions
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 758a568589bb..7b780c610631 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
@@ -124,11 +124,10 @@ struct hw_sequencer_funcs {
const struct core_dc *dc,
struct validate_context *context);
- void (*increase_watermarks_for_pipe)(struct core_dc *dc,
- struct pipe_ctx *pipe_ctx,
- struct validate_context *context);
-
- void (*set_bandwidth)(struct core_dc *dc);
+ void (*set_bandwidth)(
+ struct core_dc *dc,
+ struct validate_context *context,
+ bool decrease_allowed);
void (*set_drr)(struct pipe_ctx **pipe_ctx, int num_pipes,
int vmin, int vmax);