diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-08-29 14:41:49 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-08-29 14:41:49 -0700 |
commit | 9c5b9d458bc618fb9d7d8590c866655e92f9cb0b (patch) | |
tree | a3e604ed0d76b3b6427e31babcd10c6bfdf50d85 /linux-core/xgi_drv.c | |
parent | c46ffd6b2943332a88589fb525305ffd09d35b8d (diff) |
Use ati_pcigart for PCI-e GART table handling.
Diffstat (limited to 'linux-core/xgi_drv.c')
-rw-r--r-- | linux-core/xgi_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_drv.c b/linux-core/xgi_drv.c index 4b90579e..84547f62 100644 --- a/linux-core/xgi_drv.c +++ b/linux-core/xgi_drv.c @@ -306,7 +306,7 @@ void xgi_driver_lastclose(struct drm_device * dev) info->fb_map = NULL; if (info->pcie_heap_initialized) { - xgi_pcie_lut_cleanup(info); + drm_ati_pcigart_cleanup(dev, &info->gart_info); } if (info->fb_heap_initialized |