mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
drm/amd/display: make get_refresh_rate() static
It's not used outside of dcn30_resource.c. Reported-by: kernel test robot <lkp@intel.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b83c9e3dd5
commit
30ef0808e6
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user