diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv84_fence.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv84_fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv84_fence.c b/drivers/gpu/drm/nouveau/nv84_fence.c index 76098a58e2fa..4d7ad6d3fbd4 100644 --- a/drivers/gpu/drm/nouveau/nv84_fence.c +++ b/drivers/gpu/drm/nouveau/nv84_fence.c | |||
@@ -131,7 +131,7 @@ nv84_fence_context_del(struct nouveau_channel *chan) | |||
131 | int | 131 | int |
132 | nv84_fence_context_new(struct nouveau_channel *chan) | 132 | nv84_fence_context_new(struct nouveau_channel *chan) |
133 | { | 133 | { |
134 | struct nouveau_cli *cli = (void *)nvif_client(&chan->device->base); | 134 | struct nouveau_cli *cli = (void *)chan->user.client; |
135 | struct nv84_fence_priv *priv = chan->drm->fence; | 135 | struct nv84_fence_priv *priv = chan->drm->fence; |
136 | struct nv84_fence_chan *fctx; | 136 | struct nv84_fence_chan *fctx; |
137 | int ret, i; | 137 | int ret, i; |