freedreno/drm/virtio: Guest side fence waits
authorRob Clark <robdclark@chromium.org>
Thu, 15 Dec 2022 16:48:00 +0000 (08:48 -0800)
committerMarge Bot <emma+marge@anholt.net>
Sat, 17 Dec 2022 19:14:12 +0000 (19:14 +0000)
commit90b9b1330d0f7627c793b950c737be5333e5230e
treea90c03b2e58377b92ca803711d13c8ef71c1a13a
parent995c64ddcbbf0c9dc17e23fd7bb4726980718dfc
freedreno/drm/virtio: Guest side fence waits

Now that fd_fence and fd_submit_fence are unified, we can wait on the
fence fd rather than needing to poll the host.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20263>
src/freedreno/drm/virtio/virtio_pipe.c