Re: [PATCH] drm/radeon: change cik_default_state table from global to static

2022-04-25 Thread Alex Deucher
On Sat, Apr 23, 2022 at 9:44 AM Tom Rix wrote: > > Sparse reports these issues > cik_blit_shaders.c:31:11: warning: symbol 'cik_default_state' was not > declared. Should it be static? > cik_blit_shaders.c:246:11: warning: symbol 'cik_default_size' was not > declared. Should it be static? > >

[PATCH] drm/radeon: change cik_default_state table from global to static

2022-04-25 Thread Tom Rix
Sparse reports these issues cik_blit_shaders.c:31:11: warning: symbol 'cik_default_state' was not declared. Should it be static? cik_blit_shaders.c:246:11: warning: symbol 'cik_default_size' was not declared. Should it be static? cik_default_state and cik_default_size are only used in cik.c.