mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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:
parent
3084488a49
commit
77a35bb579
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user