]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dsi: Implement ->atomic_check()
authorThierry Reding <treding@nvidia.com>
Mon, 8 Dec 2014 15:22:28 +0000 (16:22 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:53 +0000 (10:14 +0100)
commit6a8fdf70d575b7c5a777d6a1ee6c48a525c0b171
treee39c2eef2d7c789a3250cbdf5087ba3bf19ca537
parent9392c9071ab8484d98ce349cf2858a22a26309fa
drm/tegra: dsi: Implement ->atomic_check()

The implementation of the ->atomic_check() callback precomputes all
parameters to check if the given configuration can be applied. If so the
precomputed values are stored in the atomic state object for the encoder
and applied during modeset. In that way the modeset no longer needs to
perform any checking but simply program values into registers.

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