commit | a50dcc500170eca8164e72f1c7eaf4402193b10c | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Jun 07 13:48:10 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 10 17:25:06 2016 +0200 |
tree | fbc0c194088d49d029e8c254eec4bbb8670cc280 | |
parent | b2d61d66ad4e456899140a8891542a915c0b0c78 [diff] |
drm: virtgpu: Rely on the default ->best_encoder() behavior The virtgpu output exposes a 1:1 relationship between connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() implementation 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-16-git-send-email-boris.brezillon@free-electrons.com