VIGS: Protocol updated
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Mon, 27 May 2013 15:38:40 +0000 (19:38 +0400)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 9 Apr 2014 05:42:22 +0000 (14:42 +0900)
Change-Id: I4946fd3bee5d63ab22e5dd8fc280b91c23d67cc5

drivers/gpu/drm/vigs/vigs_protocol.h

index 03a78e04e30957a60f8c3aefc53e734dfed5db79..c63f17c9e99aa464e7744ae1d8740174c7d88d58 100644 (file)
@@ -14,7 +14,7 @@
 /*
  * Bump this whenever protocol changes.
  */
-#define VIGS_PROTOCOL_VERSION 12
+#define VIGS_PROTOCOL_VERSION 13
 
 typedef signed char vigsp_s8;
 typedef signed short vigsp_s16;
@@ -246,6 +246,8 @@ struct vigsp_cmd_update_gpu_request
 {
     vigsp_surface_id sfc_id;
     vigsp_offset offset;
+    vigsp_u32 num_entries;
+    struct vigsp_rect entries[0];
 };
 
 /*