]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: HDMI: Remove custom hdmi_video_timings struct
authorArchit Taneja <archit@ti.com>
Sun, 24 Jun 2012 07:38:10 +0000 (13:08 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 07:15:53 +0000 (10:15 +0300)
commitf9d3955ef16319896bfb96bd6b717effc2a46166
tree3481dedbc93da8343c3f5e9622769795b737e833
parentcc24c4b396dc1b4b4e9b6066d4d637b08054261f
OMAPDSS: HDMI: Remove custom hdmi_video_timings struct

The hdmi CEA and VESA timings were represented by the struct hdmi_video_timings,
omap_video_timings couldn't be used as it didn't contain the fields hsync/vsync
polarities and interlaced/progressive information.

Remove hdmi_video_timings, and use omap_video_timings instead.

Cc: Mythri P K <mythripk@ti.com>
Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/ti_hdmi.h
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c