diff options
Diffstat (limited to 'drivers/gpu/drm/virtio/virtgpu_ioctl.c')
| -rw-r--r-- | drivers/gpu/drm/virtio/virtgpu_ioctl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/virtio/virtgpu_ioctl.c b/drivers/gpu/drm/virtio/virtgpu_ioctl.c index 5618a1d5879c..3607646d3229 100644 --- a/drivers/gpu/drm/virtio/virtgpu_ioctl.c +++ b/drivers/gpu/drm/virtio/virtgpu_ioctl.c @@ -54,7 +54,7 @@ static int virtio_gpu_fence_event_create(struct drm_device *dev,  	if (!e)  		return -ENOMEM; -	e->event.type = VIRTGPU_EVENT_FENCE_SIGNALED_INTERNAL; +	e->event.type = VIRTGPU_EVENT_FENCE_SIGNALED;  	e->event.length = sizeof(e->event);  	ret = drm_event_reserve_init(dev, file, &e->base, &e->event); |