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)
commitcc937e5e4bcf6c97746384e5c07dd2b2c45898b3
tree3481dedbc93da8343c3f5e9622769795b737e833
parent23bae3adbf90f8ad537687e1b46b7c87558936ae
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