Home
last modified time | relevance | path

Searched refs:ppc_mask (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c66 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp102_grctx_generate_attrib()
Dctxgp100.c65 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp100_grctx_generate_attrib()
Dctxgf117.c266 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gf117_grctx_generate_attrib()
Dgk104.c422 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gk104_gr_init_ppc_exceptions()
Dctxgm107.c921 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gm107_grctx_generate_attrib()
Dctxgv100.c87 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gv100_grctx_generate_attrib()
Dgf100.h111 u8 ppc_mask[GPC_MAX]; member
Dgf100.c2022 gr->ppc_mask[i] |= (1 << j); in gf100_gr_oneinit()