]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/gpu/drm/virtio/virtgpu_ioctl.c
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
[thirdparty/linux.git] / drivers / gpu / drm / virtio / virtgpu_ioctl.c
index 512daff920387e5103e37743f2f441641a762dd9..5df722072ba0b95998719f841a4d00ca7ae5debc 100644 (file)
@@ -47,7 +47,6 @@ void virtio_gpu_create_context(struct drm_device *dev, struct drm_file *file)
        get_task_comm(dbgname, current);
        virtio_gpu_cmd_context_create(vgdev, vfpriv->ctx_id,
                                      strlen(dbgname), dbgname);
-       virtio_gpu_notify(vgdev);
        vfpriv->context_created = true;
 
 out_unlock: