summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@nx6125b.(none)>2007-06-05 10:47:42 +1000
committerDave Airlie <airlied@nx6125b.(none)>2007-06-05 10:47:42 +1000
commit234a9062009e48bf7b6c7239564ab95b3bcb06aa (patch)
tree1ce8872e4350ff9f91f13b4c1c97e828b7211858 /linux-core/drmP.h
parent77b9d9d16b1d1f1715722182d5893aa202f73074 (diff)
WIP cleanup
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index ef9e133a..16e3f5b0 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -843,18 +843,13 @@ typedef struct drm_agp_ttm_backend {
} drm_agp_ttm_backend_t;
#endif
-#define ATI_PCIGART_FLAG_VMALLOC 1
-struct ati_pcigart_memory {
- size_t page_count;
- unsigned long *memory;
- int flags;
-};
-
typedef struct ati_pcigart_ttm_backend {
drm_ttm_backend_t backend;
int populated;
struct ati_pcigart_info *gart_info;
- struct ati_pcigart_memory *mem;
+ struct page **pages;
+ int num_pages;
+ int bound;
} ati_pcigart_ttm_backend_t;
static __inline__ int drm_core_check_feature(struct drm_device *dev,