From: Stanislav Vorobiov Date: Mon, 27 May 2013 15:38:40 +0000 (+0400) Subject: VIGS: Protocol updated X-Git-Tag: submit/tizen_common/20140905.094502~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3901cfbf271ec3d6d8e7eff51ecf9a9c6c6716a;p=sdk%2Femulator%2Femulator-kernel.git VIGS: Protocol updated Change-Id: I4946fd3bee5d63ab22e5dd8fc280b91c23d67cc5 --- diff --git a/drivers/gpu/drm/vigs/vigs_protocol.h b/drivers/gpu/drm/vigs/vigs_protocol.h index 03a78e04e309..c63f17c9e99a 100644 --- a/drivers/gpu/drm/vigs/vigs_protocol.h +++ b/drivers/gpu/drm/vigs/vigs_protocol.h @@ -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]; }; /*