Home
last modified time | relevance | path

Searched refs:nouveau_grctx (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_grctx.h4 struct nouveau_grctx { struct
23 cp_out(struct nouveau_grctx *ctx, uint32_t inst) in cp_out() argument
35 cp_lsr(struct nouveau_grctx *ctx, uint32_t val) in cp_lsr()
41 cp_ctx(struct nouveau_grctx *ctx, uint32_t reg, uint32_t length) in cp_ctx()
57 cp_name(struct nouveau_grctx *ctx, int name) in cp_name()
77 _cp_bra(struct nouveau_grctx *ctx, u32 mod, int flag, int state, int name) in _cp_bra()
97 _cp_wait(struct nouveau_grctx *ctx, int flag, int state) in _cp_wait()
104 _cp_set(struct nouveau_grctx *ctx, int flag, int state) in _cp_set()
111 cp_pos(struct nouveau_grctx *ctx, int offset) in cp_pos()
121 gr_def(struct nouveau_grctx *ctx, uint32_t reg, uint32_t val) in gr_def()
Dnv50_grctx.c163 static void nv50_graph_construct_mmio(struct nouveau_grctx *ctx);
164 static void nv50_graph_construct_xfer1(struct nouveau_grctx *ctx);
165 static void nv50_graph_construct_xfer2(struct nouveau_grctx *ctx);
170 nv50_grctx_init(struct nouveau_grctx *ctx) in nv50_grctx_init()
275 nv50_graph_construct_mmio_ddata(struct nouveau_grctx *ctx);
278 nv50_graph_construct_mmio(struct nouveau_grctx *ctx) in nv50_graph_construct_mmio()
762 dd_emit(struct nouveau_grctx *ctx, int num, uint32_t val) { in dd_emit()
771 nv50_graph_construct_mmio_ddata(struct nouveau_grctx *ctx) in nv50_graph_construct_mmio_ddata()
1134 xf_emit(struct nouveau_grctx *ctx, int num, uint32_t val) { in xf_emit()
1144 static void nv50_graph_construct_gene_dispatch(struct nouveau_grctx *ctx);
[all …]
Dnv40_grctx.c161 nv40_graph_construct_general(struct nouveau_grctx *ctx) in nv40_graph_construct_general()
267 nv40_graph_construct_state3d(struct nouveau_grctx *ctx) in nv40_graph_construct_state3d()
372 nv40_graph_construct_state3d_2(struct nouveau_grctx *ctx) in nv40_graph_construct_state3d_2()
536 nv40_graph_construct_state3d_3(struct nouveau_grctx *ctx) in nv40_graph_construct_state3d_3()
551 nv40_graph_construct_shader(struct nouveau_grctx *ctx) in nv40_graph_construct_shader()
599 nv40_grctx_init(struct nouveau_grctx *ctx) in nv40_grctx_init()
Dnv40_graph.c64 struct nouveau_grctx ctx = {}; in nv40_graph_create_context()
265 struct nouveau_grctx ctx = {}; in nv40_graph_init()
Dnouveau_drv.h59 struct nouveau_grctx;
1182 extern void nv40_grctx_init(struct nouveau_grctx *);
1194 extern int nv50_grctx_init(struct nouveau_grctx *);
Dnv50_graph.c139 struct nouveau_grctx ctx = {}; in nv50_graph_init_ctxctl()
250 struct nouveau_grctx ctx = {}; in nv50_graph_create_context()