linux/drivers/video/omap2
Mythri P K fd3cd7ee12 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>
2013-08-06 14:55:06 +03:00
..
displays Various fbdev changes for 3.11 2013-07-09 15:51:32 -07:00
displays-new OMAPDSS: panels: add Kconfig comment 2013-06-17 14:33:21 +03:00
dss OMAPDSS: HDMI: Fix AVI infoframe bug 2013-08-06 14:55:06 +03:00
omapfb OMAPFB: use EPROBE_DEFER if default display is not present 2013-06-17 14:00:54 +03:00
Kconfig OMAPDSS: Add new TFP410 Encoder driver 2013-06-17 14:16:03 +03:00
Makefile OMAPDSS: Add new TFP410 Encoder driver 2013-06-17 14:16:03 +03:00
vrfb.c drivers/video/omap2: don't check resource with devm_ioremap_resource 2013-05-18 11:58:01 +02:00