aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_graph.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-10-19 21:46:38 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-12-03 00:07:00 -0500
commit3052be2cea64371300a0338d3ca5d3575fbd109c (patch)
tree176a5054691aec17bb064ecfbe6abc2e93da8311 /drivers/gpu/drm/nouveau/nv50_graph.c
parentbd2e597de8dbd000a3977871f15cb81e2925d63e (diff)
drm/nv50: remove excessive alignment of graph/crypt contexts
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c
index 84ca90e91811..a764af52a3ba 100644
--- a/drivers/gpu/drm/nouveau/nv50_graph.c
+++ b/drivers/gpu/drm/nouveau/nv50_graph.c
@@ -216,7 +216,7 @@ nv50_graph_create_context(struct nouveau_channel *chan)
216 216
217 NV_DEBUG(dev, "ch%d\n", chan->id); 217 NV_DEBUG(dev, "ch%d\n", chan->id);
218 218
219 ret = nouveau_gpuobj_new(dev, chan, pgraph->grctx_size, 0x1000, 219 ret = nouveau_gpuobj_new(dev, chan, pgraph->grctx_size, 0,
220 NVOBJ_FLAG_ZERO_ALLOC | 220 NVOBJ_FLAG_ZERO_ALLOC |
221 NVOBJ_FLAG_ZERO_FREE, &chan->ramin_grctx); 221 NVOBJ_FLAG_ZERO_FREE, &chan->ramin_grctx);
222 if (ret) 222 if (ret)