Home
last modified time | relevance | path

Searched refs:sw_veid_bundle_init (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxtu102.c76 .sw_veid_bundle_init = tu102_grctx_pack_sw_veid_bundle_init,
Dctxgv100.c194 .sw_veid_bundle_init = gv100_grctx_pack_sw_veid_bundle_init,
Dctxgf100.h39 const struct gf100_gr_pack *sw_veid_bundle_init; member
Dctxgf100.c1403 if (grctx->sw_veid_bundle_init) in gf100_grctx_generate_main()
1404 gf100_gr_icmd(gr, grctx->sw_veid_bundle_init); in gf100_grctx_generate_main()