aboutsummaryrefslogtreecommitdiff
path: root/nouveau/nouveau_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/nouveau_channel.h')
-rw-r--r--nouveau/nouveau_channel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nouveau/nouveau_channel.h b/nouveau/nouveau_channel.h
index 294f7497..ddcf8e49 100644
--- a/nouveau/nouveau_channel.h
+++ b/nouveau/nouveau_channel.h
@@ -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;