From: Damien Lespiau Date: Tue, 6 Aug 2013 19:32:18 +0000 (+0100) Subject: drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type X-Git-Tag: v3.12-rc1~136^2~59^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178f736ab96637bc17bcf00c3b58af0137e880e0;p=pandora-kernel.git 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 Signed-off-by: Paulo Zanoni Signed-off-by: Thierry Reding Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed