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)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 02:23:29 +0000 (02:23 +0000)
commitbe39b2e7e4fdfc69bd2c5c0893dfb9ec802dc5fa
treed00bb031a601b8f8433ca43b87f2ea874dc8b2ea
parentc12b16573652603e1cb8043704b4849fc8c6cb50
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>
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c