]> 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)
commitbf166a09f07f70f44d531245034e2f584938e313
tree5102e5b23e0b99e064e23a2ae1dced15bb6ecb25
parent35f81a319b29bce10a0d9b6f9b112d8bb92ce954
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