From: Thierry Reding Date: Wed, 3 Dec 2014 15:44:34 +0000 (+0100) Subject: drm/atomic: Add ->atomic_check() to encoder helpers X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~25^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd4df8080a3e0d9b5a75dd52fa2133738def213;p=pandora-kernel.git drm/atomic: Add ->atomic_check() to encoder helpers This callback can be used instead of the legacy ->mode_fixup() and is passed the CRTC and connector states. It can thus use these states to validate the modeset and cache values in the state to be used during the actual modeset. Reviewed-by: Daniel Vetter Signed-off-by: Thierry Reding --- Reading git-diff-tree failed