summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/dss/display.c
diff options
context:
space:
mode:
authorMythri P K <mythripk@ti.com>2011-03-12 06:34:27 (GMT)
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-03-16 06:15:49 (GMT)
commitc3198a5e83121d6e3d01816f15164f158f4301d8 (patch)
tree406eff197ea2e38662c36a89639169aa7bf7286b /drivers/video/omap2/dss/display.c
parent26adeece88ffe172db7e26f856b576cccfb0ec85 (diff)
downloadlinux-fsl-qoriq-c3198a5e83121d6e3d01816f15164f158f4301d8.tar.xz
OMAP4: DSS2: HDMI: HDMI driver addition in the DSS
Adding the hdmi interface driver(hdmi.c) to the dss driver. It configures the audio and video portion of HDMI based on functionality called by the panel driver. Signed-off-by: Mythri P K <mythripk@ti.com> Signed-off-by: Yong Zhi <y-zhi@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/display.c')
-rw-r--r--drivers/video/omap2/dss/display.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c
index c40bcbd..a85a6f3 100644
--- a/drivers/video/omap2/dss/display.c
+++ b/drivers/video/omap2/dss/display.c
@@ -418,6 +418,9 @@ void dss_init_device(struct platform_device *pdev,
r = dsi_init_display(dssdev);
break;
#endif
+ case OMAP_DISPLAY_TYPE_HDMI:
+ r = hdmi_init_display(dssdev);
+ break;
default:
DSSERR("Support for display '%s' not compiled in.\n",
dssdev->name);