[PATCH next] drm/amd/display: make non-global functions static

2019-12-23 Thread Chen Zhou
Fix sparse warning: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:964:5: warning: symbol 'shift_border_left_to_dst' was not declared. Should it be static? drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:975:6: warning: symbol 'restore_border_left_from_dst

Re: [PATCH next] drm/amd/display: make non-global functions static

2019-12-19 Thread Harry Wentland
On 2019-12-19 6:55 a.m., Chen Zhou wrote: > Fix sparse warning: > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:964:5: > warning: symbol 'shift_border_left_to_dst' was not declared. Should it > be static? > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:975:6: >