[PATCH 26/36] drm/tegra: rgb: Implement ->atomic_check()

2015-01-20 Thread Thierry Reding
From: Thierry Reding 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

[PATCH 26/36] drm/tegra: rgb: Implement -atomic_check()

2015-01-20 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com 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