]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/vc4/vc4_kms.c
drm/vc4: Disable V3D interactions if the v3d component didn't probe.
[linux.git] / drivers / gpu / drm / vc4 / vc4_kms.c
index 5160cad25fcea928930d0b4a7221960e5e70b6d8..295dacc8bcb939ddf94e0b1dc4d447fd98a835ad 100644 (file)
@@ -525,6 +525,7 @@ int vc4_kms_load(struct drm_device *dev)
        /* Set support for vblank irq fast disable, before drm_vblank_init() */
        dev->vblank_disable_immediate = true;
 
+       dev->irq_enabled = true;
        ret = drm_vblank_init(dev, dev->mode_config.num_crtc);
        if (ret < 0) {
                dev_err(dev->dev, "failed to initialize vblank\n");