summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-04-04 11:16:44 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-05-24 16:31:50 +1000
commitd8b6624549342e4b01a5fa8273029d9139439ae4 (patch)
tree5ee860222baa987f0ec54fdfa52758a6f84a273e /drivers/gpu
parent6d597027755b2eed4298b85ebe3cb5c93b29d1a9 (diff)
downloadlinux-d8b6624549342e4b01a5fa8273029d9139439ae4.tar.gz
linux-d8b6624549342e4b01a5fa8273029d9139439ae4.tar.xz
linux-d8b6624549342e4b01a5fa8273029d9139439ae4.zip
drm/nve0/graph: bump hub2gpc buffer size
Reported-by: Christoph Bumiller <e0425955@student.tuwien.ac.at> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/nouveau/nve0_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nve0_graph.c b/drivers/gpu/drm/nouveau/nve0_graph.c
index 1ff1d4bce1d9..9cc3cf246e09 100644
--- a/drivers/gpu/drm/nouveau/nve0_graph.c
+++ b/drivers/gpu/drm/nouveau/nve0_graph.c
@@ -136,7 +136,7 @@ nve0_graph_create_context_mmio_list(struct nouveau_channel *chan)
int gpc;
int ret;
- ret = nouveau_gpuobj_new(dev, chan, 0x2000, 256, NVOBJ_FLAG_VM,
+ ret = nouveau_gpuobj_new(dev, chan, 0x3000, 256, NVOBJ_FLAG_VM,
&grch->unk408004);
if (ret)
return ret;