diff options
| author | 2017-12-18 14:09:19 -0500 | |
|---|---|---|
| committer | 2018-02-19 14:17:28 -0500 | |
| commit | c8242b9858ae7b79c7b45987bfe179eeb93e67df (patch) | |
| tree | c4706cbc0e4956431e98142dafb62ceba3583780 /drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | |
| parent | drm/amd/display: Debug-print reason for mode validation failure (diff) | |
| download | wireguard-linux-c8242b9858ae7b79c7b45987bfe179eeb93e67df.tar.xz wireguard-linux-c8242b9858ae7b79c7b45987bfe179eeb93e67df.zip | |
drm/amd/display: Move hubp reg access from hwss to hubp module.
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h index b7c7e70022e4..9ced254e652c 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h @@ -119,6 +119,9 @@ struct hubp_funcs { void (*hubp_disconnect)(struct hubp *hubp); + void (*hubp_clk_cntl)(struct hubp *hubp, bool enable); + void (*hubp_vtg_sel)(struct hubp *hubp, uint32_t otg_inst); + }; #endif |
