Home
last modified time | relevance | path

Searched refs:patch_ltc (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgk110b.c97 .patch_ltc = gk104_grctx_generate_patch_ltc,
H A Dctxgk208.c563 .patch_ltc = gk104_grctx_generate_patch_ltc,
H A Dctxgk110.c857 .patch_ltc = gk104_grctx_generate_patch_ltc,
H A Dctxgk104.c993 .patch_ltc = gk104_grctx_generate_patch_ltc,
H A Dctxgf100.c1375 if (grctx->patch_ltc) in gf100_grctx_generate_main()
1376 grctx->patch_ltc(chan); in gf100_grctx_generate_main()
H A Dctxgf100.h47 void (*patch_ltc)(struct gf100_gr_chan *); member
H A Dgf100.c475 if (gr->func->grctx->patch_ltc) in gf100_gr_chan_new()
476 gr->func->grctx->patch_ltc(chan); in gf100_gr_chan_new()