Searched refs:nouveau_channel (Results 1 - 5 of 5) 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_grobj.h26 #include "nouveau_channel.h"
29 struct nouveau_channel *channel;
41 int nouveau_grobj_alloc(struct nouveau_channel *, uint32_t handle,
43 int nouveau_grobj_ref(struct nouveau_channel *, uint32_t handle,
H A Dnouveau_pushbuf.h33 struct nouveau_channel *channel;
40 nouveau_pushbuf_flush(struct nouveau_channel *, unsigned min);
43 nouveau_pushbuf_emit_reloc(struct nouveau_channel *, void *ptr,
49 OUT_RING(struct nouveau_channel *chan, unsigned data)
55 OUT_RINGp(struct nouveau_channel *chan, const void *data, unsigned size)
62 OUT_RINGf(struct nouveau_channel *chan, float f)
70 AVAIL_RING(struct nouveau_channel *chan)
76 WAIT_RING(struct nouveau_channel *chan, unsigned size)
83 BEGIN_RING(struct nouveau_channel *chan, struct nouveau_grobj *gr,
96 FIRE_RING(struct nouveau_channel *cha
[all...]
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 *);
H A Dnouveau_notifier.h39 struct nouveau_channel *channel;
44 nouveau_notifier_alloc(struct nouveau_channel *, uint32_t handle, int count,

Completed in 43 milliseconds