public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Shobhit Kumar <shobhit.kumar@intel.com>,
	intel-gfx <intel-gfx@lists.freedesktop.org>
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	[thread overview]
Message-ID: <87ppmrvzvu.fsf@intel.com> (raw)
In-Reply-To: <1392272860-2535-2-git-send-email-shobhit.kumar@intel.com>

On Thu, 13 Feb 2014, Shobhit Kumar <shobhit.kumar@intel.com> 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

  parent reply	other threads:[~2014-02-13 14:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-13  6:27 [PATCH 0/2] Support for new MIPI Blocks in VBT Shobhit Kumar
2014-02-13  6:27 ` [PATCH 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements Shobhit Kumar
2014-02-13  7:17   ` Jani Nikula
2014-02-13  8:20     ` Shobhit Kumar
2014-02-13  8:33       ` Jani Nikula
2014-02-13 14:41   ` Jani Nikula [this message]
2014-02-13  6:27 ` [PATCH 2/2] drm/i915: Add parsing support for new MIPI blocks in VBT Shobhit Kumar
2014-02-13 14:58   ` Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ppmrvzvu.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=shobhit.kumar@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox