mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 07:50:10 +01:00
nouveau: Bump PCI GART to 16MB
This commit is contained in:
parent
8d5a8ebc31
commit
ac24f328ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue