Skip to content
Snippets Groups Projects
Commit 5cfd31c5 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

drm/virtio: fix virtio_gpu_cursor_plane_update().

parent d822ccae
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,7 @@ static void virtio_gpu_cursor_plane_update(struct drm_plane *plane,
if (!objs)
return;
virtio_gpu_array_add_obj(objs, vgfb->base.obj[0]);
virtio_gpu_array_lock_resv(objs);
virtio_gpu_cmd_transfer_to_host_2d
(vgdev, 0,
plane->state->crtc_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment