Change Intel AGP memory type numbers.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 16 Oct 2006 12:22:27 +0000 (14:22 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 16 Oct 2006 12:22:27 +0000 (14:22 +0200)
linux-core/drm_drawable.c [deleted symlink]
linux-core/i915_buffer.c

diff --git a/linux-core/drm_drawable.c b/linux-core/drm_drawable.c
deleted file mode 120000 (symlink)
index d64bbe1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared-core/drm_drawable.c
\ No newline at end of file
index 8016bb1..8a3d7bf 100644 (file)
@@ -33,8 +33,8 @@
 #include "i915_drm.h"
 #include "i915_drv.h"
 
-#define INTEL_AGP_MEM_USER (1 << 16)
-#define INTEL_AGP_MEM_UCACHED (2 << 16)
+#define INTEL_AGP_MEM_USER 3
+#define INTEL_AGP_MEM_UCACHED 4
 
 drm_ttm_backend_t *i915_create_ttm_backend_entry(drm_device_t *dev)
 {