]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm: virtgpu: Rely on the default ->best_encoder() behavior
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 7 Jun 2016 11:48:10 +0000 (13:48 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Jun 2016 15:25:06 +0000 (17:25 +0200)
commita50dcc500170eca8164e72f1c7eaf4402193b10c
treefbc0c194088d49d029e8c254eec4bbb8670cc280
parentb2d61d66ad4e456899140a8891542a915c0b0c78
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
drivers/gpu/drm/virtio/virtgpu_display.c