From: Stephane Marchesin Date: Mon, 6 Aug 2007 15:14:26 +0000 (+0200) Subject: nouveau: Bump PCI GART to 16MB X-Git-Tag: libdrm-2.3.1~183^2~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac24f328ec8954f78b1025db716abdd5b25b3dd9;p=platform%2Fupstream%2Flibdrm.git nouveau: Bump PCI GART to 16MB --- diff --git a/shared-core/nouveau_mem.c b/shared-core/nouveau_mem.c index 981af8a..419522f 100644 --- a/shared-core/nouveau_mem.c +++ b/shared-core/nouveau_mem.c @@ -411,7 +411,7 @@ int nouveau_mem_init(struct drm_device *dev) struct drm_scatter_gather sgreq; DRM_DEBUG("Allocating sg memory for PCI DMA\n"); - sgreq.size = 4 << 20; //4MB of PCI scatter-gather zone + sgreq.size = 16 << 20; //4MB of PCI scatter-gather zone if (drm_sg_alloc(dev, &sgreq)) { DRM_ERROR("Unable to allocate 4MB of scatter-gather"