aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_irq.c
diff options
context:
space:
mode:
authorMatthieu Castet <castet.matthieu@free.fr>2007-08-07 23:09:44 +0200
committerMatthieu Castet <castet.matthieu@free.fr>2007-08-07 23:09:44 +0200
commita4759b85139dd8d81de25e170777309b770f5316 (patch)
tree910b989e26a89d487811a2866316ed6c7a1d1a6f /shared-core/nouveau_irq.c
parentd749cc9ae8c50157a1588369222a591410002c26 (diff)
nouveau : fix enable irq (in the previous code all irq were masked by engine
init after irq_postinstall)
Diffstat (limited to 'shared-core/nouveau_irq.c')
-rw-r--r--shared-core/nouveau_irq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/nouveau_irq.c b/shared-core/nouveau_irq.c
index 2ee77d83..84a37040 100644
--- a/shared-core/nouveau_irq.c
+++ b/shared-core/nouveau_irq.c
@@ -39,6 +39,9 @@
void nouveau_irq_preinstall(struct drm_device *dev)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;
+ /* TODO this should be removed as this stuff is done in
+ * engine.*init
+ */
DRM_DEBUG("IRQ: preinst\n");