]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/amdgpu/display: make hubp31_program_extended_blank static
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Apr 2022 14:09:08 +0000 (10:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Apr 2022 19:59:57 +0000 (15:59 -0400)
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>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubp.c

index 8ae6117953ca001ee1bb9244b09a129458e11f18..197a5cae068b025c1bbc8e731240a83ba5a0bd39 100644 (file)
@@ -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);