commit | d8d789416aa71253c6532c9adc7469cb947031f6 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 10 14:12:14 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Mar 05 08:33:30 2014 +0200 |
tree | f918421f7f59ccbe8753572b270d241d9cfccede | |
parent | eba358435b21520a93180ec3021754c0e387b1f7 [diff] |
OMAPDSS: convert pixel clock to common videomode style omapdss has its own video-timings struct, but we want to move the common videomode. The first step is to change the omapdss's pixelclock unit from kHz to Hz. Also, omapdss uses "pixel_clock" field name, whereas the common videomode uses "pixelclock" field name. This patch changes the field name also, as that makes it easy to spot any non-converted pixel_clock uses. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>