OSDN Git Service

drm/amd/display: make some rn_clk_mgr structs and funcs static
authorAnthony Koo <Anthony.Koo@amd.com>
Thu, 6 Feb 2020 02:01:56 +0000 (21:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2020 16:05:41 +0000 (11:05 -0500)
commitc01760d6616d832df3e0b5df4837a9aebe510348
treead82a06f0c6573581f440ac57890d3c5a0988b2a
parentaccde06fcb7fd82abdfa77ecf4dc63d724a6d9bf
drm/amd/display: make some rn_clk_mgr structs and funcs static

[Why]
There are some structures and functions meant only to be used in the
scope of that single rn_clk_mgr c file.

[How]
Make structs and funcs static if only meant to be used within
rn_clk_mgr

Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c