Home
last modified time | relevance | path

Searched hist:33904487 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.c33904487 Thu Oct 17 06:04:27 CDT 2019 Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() static

The host1x_cdma_wait_pushbuffer_space() function is not declared or
directly called from outside the file it is in, so make it static.

Fixes the following sparse warning:

drivers/gpu/host1x/cdma.c:235:5: warning: symbol 'host1x_cdma_wait_pushbuffer_space' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Thierry Reding <treding@nvidia.com>
33904487 Thu Oct 17 06:04:27 CDT 2019 Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() static

The host1x_cdma_wait_pushbuffer_space() function is not declared or
directly called from outside the file it is in, so make it static.

Fixes the following sparse warning:

drivers/gpu/host1x/cdma.c:235:5: warning: symbol 'host1x_cdma_wait_pushbuffer_space' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Thierry Reding <treding@nvidia.com>