From e3901cfbf271ec3d6d8e7eff51ecf9a9c6c6716a Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Mon, 27 May 2013 19:38:40 +0400 Subject: [PATCH] VIGS: Protocol updated Change-Id: I4946fd3bee5d63ab22e5dd8fc280b91c23d67cc5 --- 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 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]; }; /* -- 2.34.1