drm/nouveau/gr: convert to new-style nvkm_engine
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_dma.h
index 8da0a272c45a33b5340a3ab6c385e47f71ac4751..aff3a9d0a1fcd66ad92d8ec0c0cbeb18ed787b93 100644 (file)
@@ -140,7 +140,7 @@ BEGIN_IMC0(struct nouveau_channel *chan, int subc, int mthd, u16 data)
 #define WRITE_PUT(val) do {                                                    \
        mb();                                                   \
        nouveau_bo_rd32(chan->push.buffer, 0);                                 \
-       nvif_wr32(chan, chan->user_put, ((val) << 2) + chan->push.vma.offset); \
+       nvif_wr32(&chan->user, chan->user_put, ((val) << 2) + chan->push.vma.offset); \
 } while (0)
 
 static inline void
This page took 0.02768 seconds and 5 git commands to generate.