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)
commit326bbd79fd61716841585a52d5b68f48f4e6644e
treedd7f8ca49fb5975f92d6161a8dd8fc5bffbdb1d7
parent06490bb99e1840ab2b6814af7356e8b4ab0e3ee6
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