Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / nouveau_chan.h
index 9463a78..14607c1 100644 (file)
@@ -17,8 +17,9 @@ struct nouveau_channel {
 
        struct {
                struct nouveau_bo *buffer;
-               struct nvkm_vma vma;
+               struct nouveau_vma *vma;
                struct nvif_object ctxdma;
+               u64 addr;
        } push;
 
        /* TODO: this will be reworked in the near future */