Home
last modified time | relevance | path

Searched hist:"3 cebae6737b100323baca21de6bce6647249e778" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Drgb.cdiff 3cebae6737b100323baca21de6bce6647249e778 Wed Dec 17 10:04:36 CST 2014 Thierry Reding <treding@nvidia.com> drm/tegra: rgb: 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>