Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / nvkm / engine / fifo / changf100.h
index 27002ca..b653664 100644 (file)
@@ -12,12 +12,9 @@ struct gf100_fifo_chan {
        struct list_head head;
        bool killed;
 
-       struct nvkm_gpuobj *pgd;
-       struct nvkm_vm *vm;
-
        struct {
                struct nvkm_gpuobj *inst;
-               struct nvkm_vma vma;
+               struct nvkm_vma *vma;
        } engn[NVKM_SUBDEV_NR];
 };