mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 11:50:17 +01:00
nouveau: no GART on ia64 either.
This commit is contained in:
parent
15cbde683f
commit
cd87e6352b
1 changed files with 2 additions and 2 deletions
|
|
@ -393,7 +393,7 @@ nouveau_mem_init_ttm(struct drm_device *dev)
|
|||
}
|
||||
|
||||
/* GART */
|
||||
#ifndef __powerpc__
|
||||
#if !defined(__powerpc__) && !defined(__ia64__)
|
||||
if (drm_device_is_agp(dev) && dev->agp) {
|
||||
if ((ret = nouveau_mem_init_agp(dev, 1)))
|
||||
DRM_ERROR("Error initialising AGP: %d\n", ret);
|
||||
|
|
@ -462,7 +462,7 @@ int nouveau_mem_init(struct drm_device *dev)
|
|||
dev_priv->fb_nomap_heap=NULL;
|
||||
}
|
||||
|
||||
#ifndef __powerpc__
|
||||
#if !defined(__powerpc__) && !defined(__ia64__)
|
||||
/* Init AGP / NV50 PCIEGART */
|
||||
if (drm_device_is_agp(dev) && dev->agp) {
|
||||
if ((ret = nouveau_mem_init_agp(dev, 0)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue