summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_irq.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-02-03 06:13:27 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-02-03 06:13:27 +0100
commit8c663b4e56b45d377a5a0fed4318a129fc1233fa (patch)
tree0fab88ffd80bf4c826fbf04ef9030ca67845308d /shared-core/nouveau_irq.c
parentebf22aed9aa56e8ba00b5d3d1d2ca4600e5f1ec5 (diff)
nouveau: and of course, I was missing the last nv04 piece.
Diffstat (limited to 'shared-core/nouveau_irq.c')
-rw-r--r--shared-core/nouveau_irq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/nouveau_irq.c b/shared-core/nouveau_irq.c
index 9b3d94f4..51d4bae1 100644
--- a/shared-core/nouveau_irq.c
+++ b/shared-core/nouveau_irq.c
@@ -192,6 +192,7 @@ static void nouveau_fifo_irq_handler(drm_device_t *dev)
NV_WRITE(NV03_PMC_INTR_0, NV_PMC_INTR_0_PFIFO_PENDING);
}
+#if 0
static void nouveau_nv04_context_switch(drm_device_t *dev)
{
drm_nouveau_private_t *dev_priv = dev->dev_private;
@@ -236,6 +237,7 @@ static void nouveau_nv04_context_switch(drm_device_t *dev)
NV_WRITE(NV04_PGRAPH_FIFO,0x1);
}
+#endif
static void nouveau_pgraph_irq_handler(drm_device_t *dev)
{