From: Rob Clark Date: Wed, 5 Sep 2012 21:48:53 +0000 (-0500) Subject: drm/omap: update for interlaced X-Git-Tag: v3.6-rc6~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0d7b62bed81a76dd2b3f12ba6a33eb144a1df6;p=pandora-kernel.git drm/omap: update for interlaced 'struct omap_video_timings' was updated w/ a 'bool interlaced'. Without a matching update in omap_connector, this field could have undefined values from the stack, which isn't quite ideal. Update the fxns to convert omapdss<->drm timings structs, and zero-init 'struct omap_video_timings' when it is declared on stack to avoid issues like this in the future. Signed-off-by: Rob Clark Reviewed-by: Sumit Semwal Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed