mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 02:04:43 +00:00
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>
This commit is contained in:
parent
f9ed8fdcd2
commit
60a804c848
2 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ static void hubp1_set_hubp_blank_en(struct hubp *hubp, bool blank)
|
||||||
REG_UPDATE(DCHUBP_CNTL, HUBP_BLANK_EN, blank_en);
|
REG_UPDATE(DCHUBP_CNTL, HUBP_BLANK_EN, blank_en);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hubp1_vready_workaround(struct hubp *hubp,
|
void hubp1_vready_workaround(struct hubp *hubp,
|
||||||
struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest)
|
struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest)
|
||||||
{
|
{
|
||||||
uint32_t value = 0;
|
uint32_t value = 0;
|
||||||
|
|
|
||||||
|
|
@ -745,5 +745,7 @@ void hubp1_clear_underflow(struct hubp *hubp);
|
||||||
|
|
||||||
enum cursor_pitch hubp1_get_cursor_pitch(unsigned int pitch);
|
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
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue