From 5b2a60f550090a41c13483ceaaa1a84d3a9257f8 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 16 Oct 2006 14:22:27 +0200 Subject: Change Intel AGP memory type numbers. --- linux-core/i915_buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux-core/i915_buffer.c') diff --git a/linux-core/i915_buffer.c b/linux-core/i915_buffer.c index 8016bb1b..8a3d7bf7 100644 --- a/linux-core/i915_buffer.c +++ b/linux-core/i915_buffer.c @@ -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) { -- cgit v1.2.3