Searched refs:nvkm_grctx (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.h | 5 struct nvkm_grctx { struct 23 cp_out(struct nvkm_grctx *ctx, u32 inst) in cp_out() argument 35 cp_lsr(struct nvkm_grctx *ctx, u32 val) in cp_lsr() 41 cp_ctx(struct nvkm_grctx *ctx, u32 reg, u32 length) in cp_ctx() 57 cp_name(struct nvkm_grctx *ctx, int name) in cp_name() 77 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) in _cp_bra() 95 _cp_wait(struct nvkm_grctx *ctx, int flag, int state) in _cp_wait() 102 _cp_set(struct nvkm_grctx *ctx, int flag, int state) in _cp_set() 109 cp_pos(struct nvkm_grctx *ctx, int offset) in cp_pos() 119 gr_def(struct nvkm_grctx *ctx, u32 reg, u32 val) in gr_def()
|
D | ctxnv50.c | 170 static void nv50_gr_construct_mmio(struct nvkm_grctx *ctx); 171 static void nv50_gr_construct_xfer1(struct nvkm_grctx *ctx); 172 static void nv50_gr_construct_xfer2(struct nvkm_grctx *ctx); 177 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate() 258 nv50_grctx_generate(&(struct nvkm_grctx) { in nv50_grctx_fill() 269 struct nvkm_grctx ctx = { in nv50_grctx_init() 294 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx); 297 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) in nv50_gr_construct_mmio() 785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) { in dd_emit() 794 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) in nv50_gr_construct_mmio_ddata() [all …]
|
D | ctxnv40.c | 160 nv40_gr_construct_general(struct nvkm_grctx *ctx) in nv40_gr_construct_general() 266 nv40_gr_construct_state3d(struct nvkm_grctx *ctx) in nv40_gr_construct_state3d() 371 nv40_gr_construct_state3d_2(struct nvkm_grctx *ctx) in nv40_gr_construct_state3d_2() 535 nv40_gr_construct_state3d_3(struct nvkm_grctx *ctx) in nv40_gr_construct_state3d_3() 550 nv40_gr_construct_shader(struct nvkm_grctx *ctx) in nv40_gr_construct_shader() 597 nv40_grctx_generate(struct nvkm_grctx *ctx) in nv40_grctx_generate() 664 nv40_grctx_generate(&(struct nvkm_grctx) { in nv40_grctx_fill() 675 struct nvkm_grctx ctx = { in nv40_grctx_init()
|