Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62363a48 authored by Alan Cox's avatar Alan Cox Committed by Dave Airlie
Browse files

gma500: Turn on the IRQ for everything



Keep this as a patch of its own in case of bug reports.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9c0b6fcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset)
	PSB_WVDC32(0x00000000, PSB_INT_ENABLE_R);
	PSB_WVDC32(0xFFFFFFFF, PSB_INT_MASK_R);
	spin_unlock_irqrestore(&dev_priv->irqmask_lock, irqflags);
	if (IS_PSB(dev) && drm_core_check_feature(dev, DRIVER_MODESET))

	drm_irq_install(dev);

	dev->vblank_disable_allowed = 1;