commit | 8438a73d762ff4955f877b03623cccfedff44c50 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Jun 07 13:48:14 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 10 17:25:24 2016 +0200 |
tree | e3f6d1c6b91a239cb6f11b836ef055d0116bd825 | |
parent | 4a62c0401ff7ef8db289d9a1e9a2ad3c2e750664 [diff] |
drm/bridge: ps8622: 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-20-git-send-email-boris.brezillon@free-electrons.com