Skip to content
Commit 82f1511c authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: sor: 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: default avatarThierry Reding <treding@nvidia.com>
parent a9825a6e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment