summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv84_crypt.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-10-20 11:46:38 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-12-03 15:07:00 +1000
commit3052be2cea64371300a0338d3ca5d3575fbd109c (patch)
tree176a5054691aec17bb064ecfbe6abc2e93da8311 /drivers/gpu/drm/nouveau/nv84_crypt.c
parentbd2e597de8dbd000a3977871f15cb81e2925d63e (diff)
downloadtalos-obmc-linux-3052be2cea64371300a0338d3ca5d3575fbd109c.tar.gz
talos-obmc-linux-3052be2cea64371300a0338d3ca5d3575fbd109c.zip
drm/nv50: remove excessive alignment of graph/crypt contexts
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv84_crypt.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv84_crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv84_crypt.c b/drivers/gpu/drm/nouveau/nv84_crypt.c
index 63bd6bb41e38..f988b1a9d1d7 100644
--- a/drivers/gpu/drm/nouveau/nv84_crypt.c
+++ b/drivers/gpu/drm/nouveau/nv84_crypt.c
@@ -35,7 +35,7 @@ nv84_crypt_create_context(struct nouveau_channel *chan)
NV_DEBUG(dev, "ch%d\n", chan->id);
- ret = nouveau_gpuobj_new(dev, chan, 256, 0x1000,
+ ret = nouveau_gpuobj_new(dev, chan, 256, 0,
NVOBJ_FLAG_ZERO_ALLOC | NVOBJ_FLAG_ZERO_FREE,
&chan->crypt_ctx);
if (ret)
OpenPOWER on IntegriCloud