commit | ef319c6e095676e0247fd24ef8ff7f085c19744f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Oct 20 13:36:59 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Nov 18 10:09:16 2011 +0200 |
tree | 7d3117e848e17745f86529781125d3c23d83104c | |
parent | cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37 [diff] |
OMAPDSS: HDMI: fix returned HDMI pixel clock hdmi_get_pixel_clock() returns the pixel clock in Hz, but the pck is stored as kHz. This means the return value has to be multiplied by 1000, not by 10000 as the code did. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>