[PATCH -next] drm/amd/display: Make calculate_integer_scaling static

2019-10-28 Thread YueHaibing
Fix sparse warning: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:963:6: warning: symbol 'calculate_integer_scaling' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 2 +- 1 file cha

Re: [PATCH -next] drm/amd/display: Make calculate_integer_scaling static

2019-10-28 Thread Alex Deucher
On Mon, Oct 28, 2019 at 9:36 AM YueHaibing wrote: > > Fix sparse warning: > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:963:6: > warning: symbol 'calculate_integer_scaling' was not declared. Should it be > static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Appli