[PATCH 2/2] drm/amd/display: include missing headers

2022-07-25 Thread Magali Lemes
Add missing headers to solve the following warnings from sparse: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/dcn20_fpu.c:656:17: warning: symbol 'ddr4_wm_table_gs' was not declared. Should it be static? drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/dcn20_fpu.c:693:17: warning: symbol

Re: [PATCH 2/2] drm/amd/display: include missing headers

2022-07-25 Thread Melissa Wen
On 07/25, Magali Lemes wrote: > Add missing headers to solve the following warnings from sparse: > > drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/dcn20_fpu.c:656:17: > warning: symbol 'ddr4_wm_table_gs' was not declared. Should it be static? > drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dc