Home | History | Annotate | Download | only in nouveau

Lines Matching defs:nouveau_context

9 struct nouveau_context {
19 void (*copy_data)(struct nouveau_context *,
22 void (*push_data)(struct nouveau_context *,
26 void (*push_cb)(struct nouveau_context *,
45 static INLINE struct nouveau_context *
46 nouveau_context(struct pipe_context *pipe)
48 return (struct nouveau_context *)pipe;
52 nouveau_context_init_vdec(struct nouveau_context *);
55 nouveau_scratch_runout_release(struct nouveau_context *);
62 nouveau_scratch_done(struct nouveau_context *nv)
73 nouveau_scratch_get(struct nouveau_context *, unsigned size, uint64_t *gpu_addr,
77 nouveau_context_destroy(struct nouveau_context *ctx)