]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
panel-raspberrypi-touchscreen: Round up clk rate to fix DSI panel.
authorEric Anholt <eric@anholt.net>
Mon, 6 Mar 2017 20:17:16 +0000 (12:17 -0800)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Mon, 28 Aug 2017 18:30:32 +0000 (15:30 -0300)
commit6515271f5d52b019732cd4c181d8a8ec610970da
treee1246375d945fb569bae6488d2a0c373cb60c731
parent7de2255c8fac8057a8941fe548baf56f74e4540f
panel-raspberrypi-touchscreen: Round up clk rate to fix DSI panel.

Commit 488f9bc8e3def93e0baef53cee2026c2cb0d8956 slightly increased the
reported rate of PLLD, so the clk driver decided that PLLD/3/8 was now
higher than our requested pixel clock rate and rejected it in favor of
PLLD/4/8, which then ran the pixel clock way out of spec.

By bumping the requested clock rate just slightly, we get back to
PLLD/3/8 like we wanted and the panel displays content again.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c