commit | f22c912077901f0adf258794ce3a6637c472e91e | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Jun 07 13:47:58 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 10 17:22:11 2016 +0200 |
tree | efdedf7ff91cfe388ff559cd46f6cba0cef2b1f0 | |
parent | da5b9d6b09ab4096d946e108007a6e75d77231c9 [diff] |
drm: atmel-hlcdc: Rely on the default ->best_encoder() behavior We have a 1:1 relationship between connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() and let the core call drm_atomic_helper_best_encoder() for us. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1465300095-16971-4-git-send-email-boris.brezillon@free-electrons.com