summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-17 00:58:36 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-01-08 19:46:37 +0000
commitfd9235ebe03a01982238cdd6e8b55f613e14b6af (patch)
treea2ae226f3d1fdfbf6f452dc4ebd56ac3ea0608b0
parent03248a798409ca4dd1caf5e25a3d5f5a80173260 (diff)
Delete unused memory allocation flags.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/intel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/intel.h b/src/intel.h
index 46e6758e..e7c47dbf 100644
--- a/src/intel.h
+++ b/src/intel.h
@@ -639,11 +639,6 @@ static inline drm_intel_bo *intel_bo_alloc_for_data(ScrnInfoPtr scrn,
return bo;
}
-/* Flags for memory allocation function */
-#define NEED_PHYSICAL_ADDR 0x00000001
-#define ALLOW_SHARING 0x00000010
-#define DISABLE_REUSE 0x00000020
-
void intel_debug_flush(ScrnInfoPtr scrn);
static inline PixmapPtr get_drawable_pixmap(DrawablePtr drawable)