• T
    drm/tegra: sor: Implement ->atomic_check() · 82f1511c
    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 needs to
    perform any checking but simply program values into registers.
    Signed-off-by: NThierry Reding <treding@nvidia.com>
    82f1511c
sor.c 38.2 KB