Searched refs:nvkm_grctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.h | 6 struct nvkm_grctx { struct 25 cp_out(struct nvkm_grctx *ctx, u32 inst) in cp_out() argument 37 cp_lsr(struct nvkm_grctx *ctx, u32 val) in cp_lsr() 43 cp_ctx(struct nvkm_grctx *ctx, u32 reg, u32 length) in cp_ctx() 59 cp_name(struct nvkm_grctx *ctx, int name) in cp_name() 79 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) in _cp_bra() 97 _cp_wait(struct nvkm_grctx *ctx, int flag, int state) in _cp_wait() 104 _cp_set(struct nvkm_grctx *ctx, int flag, int state) in _cp_set() 111 cp_pos(struct nvkm_grctx *ctx, int offset) in cp_pos() 121 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() 795 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) in nv50_gr_construct_mmio_ddata() [all …]
|
D | ctxnv40.c | 159 nv40_gr_construct_general(struct nvkm_grctx *ctx) in nv40_gr_construct_general() 265 nv40_gr_construct_state3d(struct nvkm_grctx *ctx) in nv40_gr_construct_state3d() 370 nv40_gr_construct_state3d_2(struct nvkm_grctx *ctx) in nv40_gr_construct_state3d_2() 534 nv40_gr_construct_state3d_3(struct nvkm_grctx *ctx) in nv40_gr_construct_state3d_3() 549 nv40_gr_construct_shader(struct nvkm_grctx *ctx) in nv40_gr_construct_shader() 596 nv40_grctx_generate(struct nvkm_grctx *ctx) in nv40_grctx_generate() 663 nv40_grctx_generate(&(struct nvkm_grctx) { in nv40_grctx_fill() 674 struct nvkm_grctx ctx = { in nv40_grctx_init()
|