commit | c107751d12cf40a5288d47edda53b2c4de2ff21c | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 18 11:15:21 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:08 2016 +0300 |
tree | 369d6bad67ada9ea05e34be3d5bde756061ae2c5 | |
parent | c17dc0e3a1e053936c1e08bcbfc771843beabff1 [diff] |
drm/omap: generalize dss_pll_calc_b() dss_pll_calc_b() takes HDMI TMDS clock rate as a parameter. To make dss_pll_calc_b() usable for non-HDMI users, change the function to take clkout rate as parameter, and also change the current users of dss_pll_calc_b() to accommodate that. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>