commit | cc937e5e4bcf6c97746384e5c07dd2b2c45898b3 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Sun Jun 24 13:08:10 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 29 10:15:53 2012 +0300 |
tree | 3481dedbc93da8343c3f5e9622769795b737e833 | |
parent | 23bae3adbf90f8ad537687e1b46b7c87558936ae [diff] |
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>