From: Stéphane Marchesin Date: Fri, 23 May 2014 03:32:46 +0000 (-0700) Subject: drm/tegra: sor - Remove pixel clock rounding X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~9^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb8b12c4b72a5034a1e04efb68fe9a4682c1de0;p=pandora-kernel.git 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 Signed-off-by: Thierry Reding --- Reading git-diff-tree failed