From c9510dfe8e32999c7f13ce55cb1149cce8a8ae71 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Mon, 18 Jan 2010 08:33:04 +1000 Subject: [PATCH] --- yaml --- r: 179909 b: refs/heads/master c: 134f248bea4bf5c3169b4950eb49c6651b09eb0e h: refs/heads/master i: 179907: 0e135ccdf346619a7d46dffafe34ffafa9118aa1 v: v3 --- [refs] | 2 +- trunk/drivers/gpu/drm/nouveau/nv50_fifo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 360a3b726b70..74e05b1532c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71666475018a3024fb49499096d26a9350349e8b +refs/heads/master: 134f248bea4bf5c3169b4950eb49c6651b09eb0e diff --git a/trunk/drivers/gpu/drm/nouveau/nv50_fifo.c b/trunk/drivers/gpu/drm/nouveau/nv50_fifo.c index 39caf167587d..32b244bcb482 100644 --- a/trunk/drivers/gpu/drm/nouveau/nv50_fifo.c +++ b/trunk/drivers/gpu/drm/nouveau/nv50_fifo.c @@ -272,7 +272,7 @@ nv50_fifo_create_context(struct nouveau_channel *chan) return ret; ramfc = chan->ramfc->gpuobj; - ret = nouveau_gpuobj_new_ref(dev, chan, NULL, 0, 4096, 256, + ret = nouveau_gpuobj_new_ref(dev, chan, NULL, 0, 4096, 1024, 0, &chan->cache); if (ret) return ret;