VIGS: Protocol updated
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 11 Jan 2013 08:20:10 +0000 (12:20 +0400)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 9 Apr 2014 05:42:19 +0000 (14:42 +0900)
Change-Id: If8e47f16448a39d5e6e1722fe0f497c03db3d154

drivers/gpu/drm/vigs/vigs_protocol.h

index 5cf8956..00f8a98 100644 (file)
@@ -11,7 +11,7 @@
 /*
  * Bump this whenever protocol changes.
  */
-#define VIGS_PROTOCOL_VERSION 9
+#define VIGS_PROTOCOL_VERSION 10
 
 typedef signed char vigsp_s8;
 typedef signed short vigsp_s16;
@@ -367,6 +367,8 @@ struct vigsp_cmd_assign_resource_request
     vigsp_resource_id res_id;
     vigsp_resource_type res_type;
     vigsp_surface_id sfc_id;
+    vigsp_u32 width;
+    vigsp_u32 height;
 };
 
 /*