From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Subject: Re: [PATCH 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements Date: Thu, 13 Feb 2014 16:41:25 +0200 Message-ID: <87ppmrvzvu.fsf@intel.com> References: <1392272860-2535-1-git-send-email-shobhit.kumar@intel.com> <1392272860-2535-2-git-send-email-shobhit.kumar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id B6BFC1057A7 for ; Thu, 13 Feb 2014 06:37:41 -0800 (PST) In-Reply-To: <1392272860-2535-2-git-send-email-shobhit.kumar@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Shobhit Kumar , intel-gfx List-Id: intel-gfx@lists.freedesktop.org On Thu, 13 Feb 2014, Shobhit Kumar wrote: > +/* Block 53 contains MIPI sequences as needed by the panel > + * for enabling it. This block can be variable in size and > + * can be maximum of 6 blocks > + */ > +struct bdb_mipi_sequence { > + u8 version; > + void *data; Make this u8 data[0]; and the next patch will be easier. > +}; -- Jani Nikula, Intel Open Source Technology Center