summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-03-04 18:13:34 +1100
committerDave Airlie <airlied@linux.ie>2007-03-04 18:16:29 +1100
commitc9178c3d01f6f38a33f9624c620d290cb9036964 (patch)
tree115ff3c53b8ab88f6eae0523e2674a1101bc82b2 /linux-core/drmP.h
parent72caa48c82e4334d3292185dbadf758d2dd14c16 (diff)
ati: make pcigart code able to handle variable size PCI GART aperture
This code doesn't enable a variable aperture it just modifies the codebase to allow me fix it up later
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 2285bc02..d1dbdc2d 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -593,6 +593,7 @@ typedef struct ati_pcigart_info {
void *addr;
dma_addr_t bus_addr;
drm_local_map_t mapping;
+ int table_size;
} drm_ati_pcigart_info;