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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_grctx.h4 struct nouveau_grctx { struct
23 cp_out(struct nouveau_grctx *ctx, uint32_t inst)
35 cp_lsr(struct nouveau_grctx *ctx, uint32_t val)
41 cp_ctx(struct nouveau_grctx *ctx, uint32_t reg, uint32_t length)
57 cp_name(struct nouveau_grctx *ctx, int name)
77 _cp_bra(struct nouveau_grctx *ctx, u32 mod, int flag, int state, int name)
97 _cp_wait(struct nouveau_grctx *ctx, int flag, int state)
104 _cp_set(struct nouveau_grctx *ctx, int flag, int state)
111 cp_pos(struct nouveau_grctx *ctx, int offset)
121 gr_def(struct nouveau_grctx *ct
[all...]
H A Dnv50_grctx.c104 #include "nouveau_grctx.h"
160 static void nv50_graph_construct_mmio(struct nouveau_grctx *ctx);
161 static void nv50_graph_construct_xfer1(struct nouveau_grctx *ctx);
162 static void nv50_graph_construct_xfer2(struct nouveau_grctx *ctx);
167 nv50_grctx_init(struct nouveau_grctx *ctx)
271 nv50_graph_construct_mmio(struct nouveau_grctx *ctx)
994 xf_emit(struct nouveau_grctx *ctx, int num, uint32_t val) {
1004 static void nv50_graph_construct_gene_m2mf(struct nouveau_grctx *ctx);
1005 static void nv50_graph_construct_gene_unk1(struct nouveau_grctx *ctx);
1006 static void nv50_graph_construct_gene_unk2(struct nouveau_grctx *ct
[all...]
H A Dnv40_grctx.c114 #include "nouveau_grctx.h"
172 nv40_graph_construct_general(struct nouveau_grctx *ctx)
278 nv40_graph_construct_state3d(struct nouveau_grctx *ctx)
383 nv40_graph_construct_state3d_2(struct nouveau_grctx *ctx)
547 nv40_graph_construct_state3d_3(struct nouveau_grctx *ctx)
562 nv40_graph_construct_shader(struct nouveau_grctx *ctx)
610 nv40_grctx_init(struct nouveau_grctx *ctx)
H A Dnv40_graph.c30 #include "nouveau_grctx.h"
61 struct nouveau_grctx ctx = {};
235 struct nouveau_grctx ctx = {};
H A Dnv50_graph.c31 #include "nouveau_grctx.h"
104 struct nouveau_grctx ctx = {};
210 struct nouveau_grctx ctx = {};
H A Dnouveau_drv.h57 struct nouveau_grctx;
1040 extern void nv40_grctx_init(struct nouveau_grctx *);
1055 extern int nv50_grctx_init(struct nouveau_grctx *);

Completed in 48 milliseconds