Home
last modified time | relevance | path

Searched refs:nvkm_grctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.h5 struct nvkm_grctx { struct
24 cp_out(struct nvkm_grctx *ctx, u32 inst) in cp_out() argument
36 cp_lsr(struct nvkm_grctx *ctx, u32 val) in cp_lsr()
42 cp_ctx(struct nvkm_grctx *ctx, u32 reg, u32 length) in cp_ctx()
58 cp_name(struct nvkm_grctx *ctx, int name) in cp_name()
78 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) in _cp_bra()
96 _cp_wait(struct nvkm_grctx *ctx, int flag, int state) in _cp_wait()
103 _cp_set(struct nvkm_grctx *ctx, int flag, int state) in _cp_set()
110 cp_pos(struct nvkm_grctx *ctx, int offset) in cp_pos()
120 gr_def(struct nvkm_grctx *ctx, u32 reg, u32 val) in gr_def()
Dctxnv50.c169 static void nv50_gr_construct_mmio(struct nvkm_grctx *ctx);
170 static void nv50_gr_construct_xfer1(struct nvkm_grctx *ctx);
171 static void nv50_gr_construct_xfer2(struct nvkm_grctx *ctx);
176 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate()
257 nv50_grctx_generate(&(struct nvkm_grctx) { in nv50_grctx_fill()
268 struct nvkm_grctx ctx = { in nv50_grctx_init()
293 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx);
296 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) in nv50_gr_construct_mmio()
784 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 …]
Dctxnv40.c159 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()