summaryrefslogtreecommitdiff
path: root/shared-core/r128_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-09-11 08:51:23 +0000
committerDave Airlie <airlied@linux.ie>2005-09-11 08:51:23 +0000
commit5565a00916122bb131ce89a2ca8f7f81ddc9387c (patch)
treefd1b06f4a2b4d7f56130e8308789ec7368f70e92 /shared-core/r128_drv.h
parent29326c1a8990ffb512a891d8deecf4cd4046915c (diff)
Add GART in FB support for ati pcigart, and PCIE support for r300
Diffstat (limited to 'shared-core/r128_drv.h')
-rw-r--r--shared-core/r128_drv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-core/r128_drv.h b/shared-core/r128_drv.h
index c6bdf563..34724fde 100644
--- a/shared-core/r128_drv.h
+++ b/shared-core/r128_drv.h
@@ -87,8 +87,6 @@ typedef struct drm_r128_private {
int usec_timeout;
int is_pci;
- unsigned long phys_pci_gart;
- dma_addr_t bus_pci_gart;
unsigned long cce_buffers_offset;
atomic_t idle_count;
@@ -119,6 +117,7 @@ typedef struct drm_r128_private {
drm_local_map_t *cce_ring;
drm_local_map_t *ring_rptr;
drm_local_map_t *agp_textures;
+ drm_ati_pcigart_info gart_info;
} drm_r128_private_t;
typedef struct drm_r128_buf_priv {