commit | ccb8b12c4b72a5034a1e04efb68fe9a4682c1de0 | [log] [tgz] |
---|---|---|
author | Stéphane Marchesin <marcheu@chromium.org> | Thu May 22 20:32:46 2014 -0700 |
committer | Thierry Reding <treding@nvidia.com> | Mon Jun 09 12:02:31 2014 +0200 |
tree | 61c16862d2e9539a59ee7533cd5405ef98060423 | |
parent | 1b0c7b48409c7faf241813bbf24588f3d676208f [diff] |
drm/tegra: sor - Remove pixel clock rounding The code currently rounds up the clock to the next MHZ, which is rounding up a 69.5MHz clock to 70MHz on my machine. This in turn prevents the display from syncing. Removing this rounding fixes eDP for me. Signed-off-by: Stéphane Marchesin <marcheu@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com>