drm/bridge: ptn3460: Rely on the default ->best_encoder() behavior
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 7 Jun 2016 11:48:13 +0000 (13:48 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Jun 2016 15:25:20 +0000 (17:25 +0200)
commit4a62c0401ff7ef8db289d9a1e9a2ad3c2e750664
tree9a2e405ab10606ee5e6dacfed75c6b3b1e3cf222
parent6f7ff54cf500e4d0aa83b851e5e22c87def73f82
drm/bridge: ptn3460: 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-19-git-send-email-boris.brezillon@free-electrons.com
drivers/gpu/drm/bridge/nxp-ptn3460.c
This page took 0.02526 seconds and 5 git commands to generate.