drm/vkms: Don't set struct drm_device.irq_enabled
The field drm_device.irq_enabled is only used by legacy drivers with userspace modesetting. Don't set it in vkms. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Melissa Wen <melissa.srw@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210625082222.3845-25-tzimmermann@suse.de
This commit is contained in:
parent
44737e4c8f
commit
9ed64b1d15
@ -163,8 +163,6 @@ static int vkms_create(struct vkms_config *config)
|
||||
goto out_devres;
|
||||
}
|
||||
|
||||
vkms_device->drm.irq_enabled = true;
|
||||
|
||||
ret = drm_vblank_init(&vkms_device->drm, 1);
|
||||
if (ret) {
|
||||
DRM_ERROR("Failed to vblank\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user