From: Damien Lespiau Date: Tue, 6 Aug 2013 19:32:19 +0000 (+0100) Subject: drm/i915/hdmi: Port the infoframe code to the common hdmi helpers X-Git-Tag: v3.12-rc1~136^2~59^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adaea799c1c2c00a1ffe995255af25717029b65;p=pandora-kernel.git drm/i915/hdmi: Port the infoframe code to the common hdmi helpers Let's use the drivers/video/hmdi.c and drm infoframe helpers to build our infoframes. v2: Simplify the logic to compute the buffer size. We can just take the maximum infoframe size rounded to 32, which happens to be what the hardware let us write anyway. v3: Remove unnecessary memset() (Ville Syrjälä) Signed-off-by: Damien Lespiau Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed