Searched refs:nouveau_grctx (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_grctx.h | 4 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()
|
D | nv50_grctx.c | 163 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 …]
|
D | nv40_grctx.c | 161 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()
|
D | nv40_graph.c | 64 struct nouveau_grctx ctx = {}; in nv40_graph_create_context() 265 struct nouveau_grctx ctx = {}; in nv40_graph_init()
|
D | nouveau_drv.h | 59 struct nouveau_grctx; 1182 extern void nv40_grctx_init(struct nouveau_grctx *); 1194 extern int nv50_grctx_init(struct nouveau_grctx *);
|
D | nv50_graph.c | 139 struct nouveau_grctx ctx = {}; in nv50_graph_init_ctxctl() 250 struct nouveau_grctx ctx = {}; in nv50_graph_create_context()
|