diff options
| author | Hersen Wu <[email protected]> | 2017-08-24 21:40:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 22:17:12 +0000 |
| commit | 41f97c0773aed681ad65fa27ee88b503fbdcd298 (patch) | |
| tree | 766dac1a9639ede46bb6415d3813c1b736d1767d /drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h | |
| parent | drm/amd/display: move cm registers from ipp to dpp_cm (diff) | |
| download | kernel-41f97c0773aed681ad65fa27ee88b503fbdcd298.tar.gz kernel-41f97c0773aed681ad65fa27ee88b503fbdcd298.zip | |
drm/amd/display: DF C-state entry blocked when DPMS
Signed-off-by: Hersen Wu <[email protected]>
Reviewed-by: Hersen Wu <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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.h | 3 |
1 files changed, 3 insertions, 0 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 c73dca9f6d46..01e426194163 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h @@ -173,6 +173,9 @@ struct hw_sequencer_funcs { void (*wait_for_mpcc_disconnect)(struct dc *dc, struct resource_pool *res_pool, struct pipe_ctx *pipe_ctx); + + void (*ready_shared_resources)(struct dc *dc); + void (*optimize_shared_resources)(struct dc *dc); }; void color_space_to_black_color( |
