]> 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>
Sat, 22 Jun 2013 10:43:54 +0000 (12:43 +0200)
commitece66891ff452d5643ac5a61649f632984d83c10
treef7a71b48b831e8b06795d16098a5689509836622
parentedeabfcbc150a48e56dd411195ef812134983d6f
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