summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@nx6125b.(none)>2007-06-05 12:26:06 +1000
committerDave Airlie <airlied@nx6125b.(none)>2007-06-05 12:26:06 +1000
commit4294dcc050c5d2685f633e8a52deb925d806be85 (patch)
treee564842fd5c8a333f44a4b048c88235c15970b6e /linux-core/drmP.h
parent234a9062009e48bf7b6c7239564ab95b3bcb06aa (diff)
complete PCIE backend for ttm
ttm test runs with it at least, needs to do more testing on it
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 16e3f5b0..5eb7c037 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -846,10 +846,13 @@ typedef struct drm_agp_ttm_backend {
typedef struct ati_pcigart_ttm_backend {
drm_ttm_backend_t backend;
int populated;
+ void (*gart_flush_fn)(struct drm_device *dev);
struct ati_pcigart_info *gart_info;
+ unsigned long offset;
struct page **pages;
int num_pages;
int bound;
+ drm_device_t *dev;
} ati_pcigart_ttm_backend_t;
static __inline__ int drm_core_check_feature(struct drm_device *dev,