drm/amd/display: remove static from optc31_set_drr

remove static from optc31_set_drr

Reviewed-by: Nevenko Stupar <Nevenko.Stupar@amd.com>
Acked-by: Jasdeep Dhillon <jdhillon@amd.com>
Signed-off-by: Eric Bernstein <eric.bernstein@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Eric Bernstein 2022-01-25 14:42:12 -05:00 committed by Alex Deucher
parent 3084488a49
commit 77a35bb579
2 changed files with 3 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static bool optc31_immediate_disable_crtc(struct timing_generator *optc)
return true;
}
static void optc31_set_drr(
void optc31_set_drr(
struct timing_generator *optc,
const struct drr_params *params)
{

View File

@ -256,4 +256,6 @@
void dcn31_timing_generator_init(struct optc *optc1);
void optc31_set_drr(struct timing_generator *optc, const struct drr_params *params);
#endif /* __DC_OPTC_DCN31_H__ */