OSDN Git Service

nouveau: interface changes for 0.0.16 DRM
[android-x86/external-libdrm.git] / nouveau / nouveau_channel.h
index 294f749..ddcf8e4 100644 (file)
@@ -29,11 +29,12 @@ struct nouveau_subchannel {
 };
 
 struct nouveau_channel {
+       uint32_t *cur;
+       uint32_t *end;
+
        struct nouveau_device *device;
        int id;
 
-       struct nouveau_pushbuf *pushbuf;
-
        struct nouveau_grobj *nullobj;
        struct nouveau_grobj *vram;
        struct nouveau_grobj *gart;