From d37a90e4e3417994105af1c2d2ad22a96df02ac6 Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Thu, 6 Mar 2014 17:48:33 +0400 Subject: [PATCH] YaGL/VIGS: Version bump GLESv3 merge version bump Change-Id: I34813deb38a2c6334a2c04cb55dfd478c2041e8a --- drivers/gpu/drm/vigs/vigs_protocol.h | 2 +- drivers/gpu/yagl/yagl_ioctl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vigs/vigs_protocol.h b/drivers/gpu/drm/vigs/vigs_protocol.h index 96e370a737dd..f75b9af4dd3a 100644 --- a/drivers/gpu/drm/vigs/vigs_protocol.h +++ b/drivers/gpu/drm/vigs/vigs_protocol.h @@ -8,7 +8,7 @@ /* * Bump this whenever protocol changes. */ -#define VIGS_PROTOCOL_VERSION 16 +#define VIGS_PROTOCOL_VERSION 17 #define VIGS_MAX_PLANES 2 diff --git a/drivers/gpu/yagl/yagl_ioctl.h b/drivers/gpu/yagl/yagl_ioctl.h index e6046b8914ab..b6763f4ad509 100644 --- a/drivers/gpu/yagl/yagl_ioctl.h +++ b/drivers/gpu/yagl/yagl_ioctl.h @@ -6,7 +6,7 @@ /* * Version number. */ -#define YAGL_VERSION 22 +#define YAGL_VERSION 23 /* * Device control codes magic. -- 2.34.1