Re: [PATCH] drm/msm: make a5xx_show and a5xx_gpu_state_put static

2019-10-11 Thread Sean Paul
On Wed, Oct 09, 2019 at 09:44:06AM -0600, Jordan Crouse wrote: > On Wed, Oct 09, 2019 at 12:46:07PM +0100, Ben Dooks wrote: > > The a5xx_show and a5xx_gpu_state_put objects are not exported > > outside of the file, so make them static to avoid the following > > warnings from sparse: > > > >

[PATCH] drm/msm: make a5xx_show and a5xx_gpu_state_put static

2019-10-10 Thread Ben Dooks
The a5xx_show and a5xx_gpu_state_put objects are not exported outside of the file, so make them static to avoid the following warnings from sparse: drivers/gpu/drm/msm/adreno/a5xx_gpu.c:1292:5: warning: symbol 'a5xx_gpu_state_put' was not declared. Should it be static?

Re: [PATCH] drm/msm: make a5xx_show and a5xx_gpu_state_put static

2019-10-09 Thread Jordan Crouse
On Wed, Oct 09, 2019 at 12:46:07PM +0100, Ben Dooks wrote: > The a5xx_show and a5xx_gpu_state_put objects are not exported > outside of the file, so make them static to avoid the following > warnings from sparse: > > drivers/gpu/drm/msm/adreno/a5xx_gpu.c:1292:5: warning: symbol >