]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Make gather offsets unsigned
authorThierry Reding <treding@nvidia.com>
Thu, 12 Jun 2014 11:26:19 +0000 (13:26 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:11:44 +0000 (16:11 +0100)
commitec53c1163e023996311ba87f3ca4f62d1f1dba38
tree55a10309756dc8890e133528cb8a53298bb5b88c
parenta7bcf5d96f5d430d84e986990a6ae602b183a0f2
gpu: host1x: Make gather offsets unsigned

Use the u32 type for the offset in the host1x_job_gather structure for
consistentcy with other structures. Negative offsets don't make sense in
this context.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/job.h