diff options
| author | Yongqiang Sun <[email protected]> | 2017-12-20 22:17:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:17:33 +0000 |
| commit | f8e413bf3c478225177ff74510ecf6bcd6160d1b (patch) | |
| tree | 4fde875f4c3ce503e5ed0ef15f753f875b837bdf /drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | |
| parent | drm/amd/display: Check opplist in pipe ctx not in res pool. (diff) | |
| download | kernel-f8e413bf3c478225177ff74510ecf6bcd6160d1b.tar.gz kernel-f8e413bf3c478225177ff74510ecf6bcd6160d1b.zip | |
drm/amd/display: Move dpp reg access from hwss to dpp module.
Signed-off-by: Yongqiang Sun <[email protected]>
Reviewed-by: Tony Cheng <[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/dpp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h index 25edbde6163e..78abc16ec4dc 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h @@ -131,6 +131,11 @@ struct dpp_funcs { uint32_t width ); + void (*dpp_dppclk_control)( + struct dpp *dpp_base, + bool dppclk_div, + bool enable); + }; |
