Commit 30ef0808 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amd/display: make get_refresh_rate() static



It's not used outside of dcn30_resource.c.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b83c9e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1899,7 +1899,7 @@ noinline bool dcn30_internal_validate_bw(
	return out;
}

int get_refresh_rate(struct dc_state *context)
static int get_refresh_rate(struct dc_state *context)
{
	int refresh_rate = 0;
	int h_v_total = 0;