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

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
...@@ -1899,7 +1899,7 @@ noinline bool dcn30_internal_validate_bw( ...@@ -1899,7 +1899,7 @@ noinline bool dcn30_internal_validate_bw(
return out; return out;
} }
int get_refresh_rate(struct dc_state *context) static int get_refresh_rate(struct dc_state *context)
{ {
int refresh_rate = 0; int refresh_rate = 0;
int h_v_total = 0; int h_v_total = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment