Change Intel AGP memory type numbers.

main
Thomas Hellstrom 2006-10-16 14:22:27 +02:00
parent 540c64c378
commit 5b2a60f550
2 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
../shared-core/drm_drawable.c

View 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)
{