]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpu: host1x: Fix client_managed type
authorArto Merilainen <amerilainen@nvidia.com>
Wed, 29 May 2013 10:26:07 +0000 (13:26 +0300)
committerThierry Reding <thierry.reding@gmail.com>
Sun, 9 Jun 2013 10:22:45 +0000 (12:22 +0200)
commite43d34cb2b08840809cfbf5781720462e8808e44
treee85d3e58ce810375c1e8956b061da7acf7443359
parent61343ef3be6bcc5484307f5dbbf03fd005b2b475
gpu: host1x: Fix client_managed type

client_managed field in syncpoint structure was defined as an
integer. The field holds, however, only a boolean value. This patch
modifies the type to boolean.

Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Acked-By: Terje Bergstrom <tbergstrom@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/gpu/host1x/drm/gr2d.c
drivers/gpu/host1x/syncpt.c
drivers/gpu/host1x/syncpt.h