From ea2b2a403f84ae4920ec1f2fd0467bee839888e9 Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Fri, 11 Jan 2013 12:20:10 +0400 Subject: [PATCH] VIGS: Protocol updated Change-Id: If8e47f16448a39d5e6e1722fe0f497c03db3d154 --- drivers/gpu/drm/vigs/vigs_protocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }; /* -- 2.34.1