]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Use not explicitly sized types
authorThierry Reding <treding@nvidia.com>
Wed, 16 May 2018 15:01:43 +0000 (17:01 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 18 May 2018 19:51:37 +0000 (21:51 +0200)
commit3e746f7147cc26f89984877b6b023b2176824f21
treedd7f8ca49fb5975f92d6161a8dd8fc5bffbdb1d7
parentf830b371c30709633bd514f6a10c4f07554e7fc6
gpu: host1x: Use not explicitly sized types

The number of words and the offset in a gather don't need to be
explicitly sized, so make them unsigned int instead.

Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/job.c
drivers/gpu/host1x/job.h
include/linux/host1x.h