summaryrefslogtreecommitdiff
path: root/src/nv_dma.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-11-04 16:57:30 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-11-04 16:57:30 +0100
commite6b1f687e3bf127d8dba1871d67eff9d83ac284e (patch)
treed25664c3ac271c8569c7f6fac29442894aba8ccc /src/nv_dma.h
parentead77e0ec1d0c62829fa973db3d62937b44781e5 (diff)
downloadxorg-driver-xf86-video-nouveau-e6b1f687e3bf127d8dba1871d67eff9d83ac284e.tar.gz
Remove the context object flags handling from the DDX since it's now in the DRM.
Diffstat (limited to 'src/nv_dma.h')
-rw-r--r--src/nv_dma.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nv_dma.h b/src/nv_dma.h
index b508289..2800ef4 100644
--- a/src/nv_dma.h
+++ b/src/nv_dma.h
@@ -54,11 +54,6 @@
*/
#define NV_DMA_TARGET_AGP 3
-#define NV_DMA_CONTEXT_FLAGS_PATCH_ROP_AND 0x1
-#define NV_DMA_CONTEXT_FLAGS_PATCH_SRCCOPY 0x2
-#define NV_DMA_CONTEXT_FLAGS_CLIP_ENABLE 0x4
-#define NV_DMA_CONTEXT_FLAGS_MONO 0x8
-
enum DMAObjects {
NvContextSurfaces = 0x80000010,
NvRop = 0x80000011,