drm/bridge: anx78xx: Rely on the default ->best_encoder() behavior
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 7 Jun 2016 11:48:12 +0000 (13:48 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Jun 2016 15:25:16 +0000 (17:25 +0200)
commit6f7ff54cf500e4d0aa83b851e5e22c87def73f82
tree61c5a8acdabb80933372ef0b8716e22097e16a90
parentd9991f45d81f8a4b554584b76c604a251c34b9ba
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
drivers/gpu/drm/bridge/analogix-anx78xx.c
This page took 0.025903 seconds and 5 git commands to generate.