]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dsi: Set up PHY_TIMING & BTA_TIMING registers earlier
authorSean Paul <seanpaul@chromium.org>
Tue, 7 Oct 2014 14:04:42 +0000 (16:04 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:12:44 +0000 (16:12 +0100)
commit98aef536b3488c854c6cb193fce53d705a902048
tree5102e5b23e0b99e064e23a2ae1dced15bb6ecb25
parent1b7500e561e9b73800c26057c379431bbc180c20
drm/tegra: dsi: Set up PHY_TIMING & BTA_TIMING registers earlier

Make sure the DSI PHY_TIMING and BTA_TIMING registers are initialized
when the clocks are set up as opposed to when the output is enabled.
This makes sure that the PHY timings are properly set up when the panel
is prepared and that DCS commands sent at that time use the appropriate
timings.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dsi.c