Searched defs:nouveau_channel (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_channel.h31 struct nouveau_channel { struct
42 void (*hang_notify)(struct nouveau_channel *);
43 void (*flush_notify)(struct nouveau_channel *);
51 struct nouveau_channel **);
54 nouveau_channel_free(struct nouveau_channel **);
H A Dnouveau_private.h32 #include "nouveau_channel.h"
62 nouveau_pushbuf_init(struct nouveau_channel *);
65 struct nouveau_channel base;
73 #define nouveau_channel(n) ((struct nouveau_channel_priv *)(n)) macro
100 struct nouveau_channel *pending_channel;
126 nouveau_bo_emit_buffer(struct nouveau_channel *, struct nouveau_bo *);

Completed in 42 milliseconds