summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/nouveau_dma.h')
-rw-r--r--shared-core/nouveau_dma.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared-core/nouveau_dma.h b/shared-core/nouveau_dma.h
index 07652c2b..ce3c58cb 100644
--- a/shared-core/nouveau_dma.h
+++ b/shared-core/nouveau_dma.h
@@ -93,9 +93,4 @@ typedef enum {
} \
} while(0)
-/* This should allow easy switching to a real fifo in the future. */
-#define OUT_MODE(mthd, val) do { \
- nv50_display_command(dev_priv, mthd, val); \
-} while(0)
-
#endif