On Fri, May 17, 2013 at 02:49:46PM +0300, Arto Merilainen wrote:
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
drivers/gpu/host1x/drm/gr2d.c | 2 +- drivers/gpu/host1x/syncpt.c | 8 ++++---- drivers/gpu/host1x/syncpt.h | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-)
Looks good. I'll wait for v2 of the series before applying this to make things easier.
Thierry