OSDN Git Service

drm/virtio: Remove open-coded commit-tail function
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 9 Jul 2020 12:33:39 +0000 (14:33 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jul 2020 08:47:16 +0000 (10:47 +0200)
commit73f15a93922773322f001604a1d6c5059ab10aef
treecfd9ccaa857b61bb97a6bd08154a671e246396bf
parentcb345decb4d20b03d637869047c8cdfd2c5f34d4
drm/virtio: Remove open-coded commit-tail function

Exactly matches the one in the helpers.

This avoids me having to roll out dma-fence critical section
annotations to this copy.

Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: virtualization@lists.linux-foundation.org
Link: https://patchwork.freedesktop.org/patch/msgid/20200709123339.547390-2-daniel.vetter@ffwll.ch
drivers/gpu/drm/virtio/virtgpu_display.c