commit | 33f13120e59cb4eddedc09039d8602d94aa864b4 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 15 15:40:47 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 12 13:40:25 2014 +0200 |
tree | 08de9e1a6ee2fb9eff526e442d14ec73bf83f956 | |
parent | 31dd0f4be428c7059c697332e27417cb6b08087d [diff] |
OMAPDSS: HDMI: rewrite HDMI PLL calculation code The code calculating HDMI PLL parameters has always been very confusing. Now that we are implementing a common PLL library for the DSS, it's important that the PLL code is understandable. This patch rewrites the calculation code, and removes a few hacks that were used there. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>