mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-28 04:37:40 +00:00
drm/amdgpu/display: make hubp31_program_extended_blank static
It's not used outside of dcn31_hubp.c. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e4f1e3a282
commit
72f05e3b96
@ -54,7 +54,8 @@ void hubp31_soft_reset(struct hubp *hubp, bool reset)
|
||||
REG_UPDATE(DCHUBP_CNTL, HUBP_SOFT_RESET, reset);
|
||||
}
|
||||
|
||||
void hubp31_program_extended_blank(struct hubp *hubp, unsigned int min_dst_y_next_start_optimized)
|
||||
static void hubp31_program_extended_blank(struct hubp *hubp,
|
||||
unsigned int min_dst_y_next_start_optimized)
|
||||
{
|
||||
struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user