From c9178c3d01f6f38a33f9624c620d290cb9036964 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 4 Mar 2007 18:13:34 +1100 Subject: 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 --- linux-core/drmP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core/drmP.h') 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; -- cgit v1.2.3