commit | 4cd4df8080a3e0d9b5a75dd52fa2133738def213 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Dec 03 16:44:34 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Jan 27 10:14:42 2015 +0100 |
tree | f263b87b5c568f72d9c4b3c9945623b52b558553 | |
parent | 407b8bd9f5d284ffa13a9f9a709e6289bb4ae47e [diff] |
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 <daniel.vetter@ffwll.ch> Signed-off-by: Thierry Reding <treding@nvidia.com>