From: Stanislav Vorobiov Date: Fri, 11 Jan 2013 08:20:10 +0000 (+0400) Subject: VIGS: Protocol updated X-Git-Tag: submit/tizen_common/20140905.094502~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea2b2a403f84ae4920ec1f2fd0467bee839888e9;p=sdk%2Femulator%2Femulator-kernel.git VIGS: Protocol updated Change-Id: If8e47f16448a39d5e6e1722fe0f497c03db3d154 --- diff --git a/drivers/gpu/drm/vigs/vigs_protocol.h b/drivers/gpu/drm/vigs/vigs_protocol.h index 5cf895602bb2..00f8a98c93db 100644 --- a/drivers/gpu/drm/vigs/vigs_protocol.h +++ b/drivers/gpu/drm/vigs/vigs_protocol.h @@ -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; }; /*