[Intel-gfx] [PATCH 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements

Jani Nikula jani.nikula at intel.com
Thu Feb 13 15:41:25 CET 2014


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



More information about the Intel-gfx mailing list