HomeSort by: relevance | last modified time | path
    Searched defs:gf100_grctx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
ctxgf100.h 8 struct gf100_grctx { struct
17 int gf100_grctx_mmio_data(struct gf100_grctx *, u32 size, u32 align, bool priv);
18 void gf100_grctx_mmio_item(struct gf100_grctx *, u32 addr, u32 data, int s, int);
28 void (*main)(struct gf100_gr *, struct gf100_grctx *);
43 void (*bundle)(struct gf100_grctx *);
48 void (*pagepool)(struct gf100_grctx *);
51 void (*attrib)(struct gf100_grctx *);
58 void (*patch_ltc)(struct gf100_grctx *);
85 extern const struct gf100_grctx_func gf100_grctx;
87 void gf100_grctx_generate_main(struct gf100_gr *, struct gf100_grctx *);
    [all...]
nouveau_nvkm_engine_gr_ctxgf100.c 999 gf100_grctx_mmio_data(struct gf100_grctx *info, u32 size, u32 align, bool priv)
1014 gf100_grctx_mmio_item(struct gf100_grctx *info, u32 addr, u32 data,
1045 gf100_grctx_generate_bundle(struct gf100_grctx *info)
1057 gf100_grctx_generate_pagepool(struct gf100_grctx *info)
1069 gf100_grctx_generate_attrib(struct gf100_grctx *info)
1369 gf100_grctx_generate_main(struct gf100_gr *gr, struct gf100_grctx *info)
1450 struct gf100_grctx info;
1584 gf100_grctx = { variable in typeref:typename:const struct gf100_grctx_func

Completed in 121 milliseconds