From a9825a6e27a81dac1641ef13fae8b480d7d11d5f Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Mon, 8 Dec 2014 16:33:03 +0100 Subject: [PATCH] drm/tegra: hdmi: 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 --- Reading git-format-patch failed