]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAPDSS: HDMI: Fix AVI infoframe bug
authorMythri P K <mythripk@ti.com>
Wed, 11 Apr 2012 11:08:07 +0000 (16:38 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 6 Aug 2013 11:55:06 +0000 (14:55 +0300)
commitfd3cd7ee126b2c3768d5253e12ac51868b0652f1
treed80ae965628995db1b5effdf4468c5ab241813ff
parentfb52566873ca8c7006948b9d51c7f3fbcc0b1116
OMAPDSS: HDMI: Fix AVI infoframe bug

ti_hdmi_4xxx_basic_configure() is supposed to initialize the AVI
infoframe data in the ip_data container. However, the function actually
takes a copy of the infoframe from the ip_data, and then goes on
initializing that copy. The initialized data is never copied back to the
ip_data container, thus the infoframe in ip_data is left always zero.

Afaik, this doesn't really cause any issues in the current mainline, as
we don't use the advanced features offered by the AVI infoframe.

This patch fixes the initialization of the AVI infoframe.

Signed-off-by: Mythri P K <mythripk@ti.com>
[tomi.valkeinen@ti.com: updated the description]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c