]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dc: Make sure to set the module clock rate
authorThierry Reding <treding@nvidia.com>
Wed, 30 Aug 2017 15:38:39 +0000 (17:38 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Oct 2017 12:19:54 +0000 (14:19 +0200)
commitdf59c6660b78831549a0ecca4fed7f2d76a283ae
tree6dcbc100ab55cb4ddc6c70a05cab59aa7c934a77
parentd2f48cfecc497b400c5193eac153dfd91a5a2ef3
drm/tegra: dc: Make sure to set the module clock rate

When applying the PLL changes from the computed state object, make sure
to set the rate of the display controller module clock. Failing to do so
can yield to a situation where the parent will be set to the proper
pixel clock, but the module clock will be divided down to the rate that
is happened to be set to before the parent rate change.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c