diff options
author | chongjiapeng <jiapeng.chong@linux.alibaba.com> | 2021-09-06 17:42:27 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-07 13:30:50 -0400 |
commit | bbb36348004595799a5c6df0d9e4e6f65772c2ab (patch) | |
tree | 112f14ef6cc3102dc5bed1b709abf92ecefbf2e6 /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | |
parent | 1c48fbf691391512f01300ae296744b4962f9598 (diff) |
drm/amd/display: make configure_lttpr_mode_transparent and configure_lttpr_mode_non_transparent static
This symbols is not used outside of dc_link_dp.c, so marks it static.
Fix the following sparse warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:1766:16:
warning: symbol 'configure_lttpr_mode_non_transparent' was not declared.
Should it be static?
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:1755:16:
warning: symbol 'configure_lttpr_mode_transparent' was not declared.
Should it be static?
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: chongjiapeng <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c')
0 files changed, 0 insertions, 0 deletions