]> git.ipfire.org Git - people/ms/linux.git/commit - drivers/gpu/drm/i915/intel_drv.h
drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 6 Aug 2013 19:32:18 +0000 (20:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 8 Aug 2013 12:04:47 +0000 (14:04 +0200)
commit178f736ab96637bc17bcf00c3b58af0137e880e0
treeb41efc62c4315d1705cf46dfbd2c57f974cbad1c
parent03a7a189c22bf911025c695841c18a681498a102
drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type

First step in the move to the shared infoframe infrastructure, let's
move the different infoframe helpers and the write_infoframe() vfunc to
a type (enum hdmi_infoframe_type) and a buffer + len instead of using
our struct dip_infoframe.

v2: constify the infoframe pointer and don't mix signs (Ville Syrjälä)

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c