Re: [PATCH] drm/amdgpu: move gfx9_cs_data definition

2023-05-25 Thread Alex Deucher
On Thu, May 25, 2023 at 4:35 PM Tom Rix wrote: > > gcc with W=1 reports > In file included from drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c:32: > drivers/gpu/drm/amd/amdgpu/clearstate_gfx9.h:939:36: error: > ‘gfx9_cs_data’ defined but not used [-Werror=unused-const-variable=] > 939 | static const

[PATCH] drm/amdgpu: move gfx9_cs_data definition

2023-05-25 Thread Tom Rix
gcc with W=1 reports In file included from drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c:32: drivers/gpu/drm/amd/amdgpu/clearstate_gfx9.h:939:36: error: ‘gfx9_cs_data’ defined but not used [-Werror=unused-const-variable=] 939 | static const struct cs_section_def gfx9_cs_data[] = { |