commit | 6f7ff54cf500e4d0aa83b851e5e22c87def73f82 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Jun 07 13:48:12 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 10 17:25:16 2016 +0200 |
tree | 61c5a8acdabb80933372ef0b8716e22097e16a90 | |
parent | d9991f45d81f8a4b554584b76c604a251c34b9ba [diff] |
drm/bridge: anx78xx: 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-18-git-send-email-boris.brezillon@free-electrons.com