diff options
author | Eric Bernstein <eric.bernstein@amd.com> | 2018-11-07 16:26:50 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-01-14 15:04:32 -0500 |
commit | 60a804c848fb80ec2bafb2b6b0ab7ec0ba4bc631 (patch) | |
tree | 38d4ebb0ab8654927b3c22bd164b2ca7967a85fa /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | |
parent | f9ed8fdcd21eb872ac86ac21e8fc7b762cd34751 (diff) | |
download | talos-op-linux-60a804c848fb80ec2bafb2b6b0ab7ec0ba4bc631.tar.gz talos-op-linux-60a804c848fb80ec2bafb2b6b0ab7ec0ba4bc631.zip |
drm/amd/display: Expose hubp1_vready_workaround function
Expose this function for future use.
Signed-off-by: Eric Bernstein <eric.bernstein@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h index 62d4232e7796..e82ca15c842f 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h @@ -745,5 +745,7 @@ void hubp1_clear_underflow(struct hubp *hubp); enum cursor_pitch hubp1_get_cursor_pitch(unsigned int pitch); +void hubp1_vready_workaround(struct hubp *hubp, + struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest); #endif |