]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/virtio: Don't reinvent a flipping wheel
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 9 Jun 2016 22:07:53 +0000 (00:07 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jun 2016 14:32:47 +0000 (16:32 +0200)
commit0d841ac0ec213f70ab59d65129e80f229846fadf
treedb4c8a59bd336bad2a58d53a0b32e4cab9ffdf39
parentb0212486909de4f239ca9f20d032de1b1f2dc52e
drm/virtio: Don't reinvent a flipping wheel

Now that the core helpers support nonblocking atomic commits there's
no need to invent that wheel separately (instead of fixing the bug in
the atomic implementation of virtio, as it should have been done!).

v2: Rebased on top of

commit e7cf0963f816fa44190caaf51aeffaa614c340c6
Author: Gerd Hoffmann <kraxel@redhat.com>
Date:   Tue May 31 08:50:47 2016 +0200

virtio-gpu: add atomic_commit function

Cc: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1465510073-20951-1-git-send-email-daniel.vetter@ffwll.ch
drivers/gpu/drm/virtio/virtgpu_display.c