Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c76 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp102_grctx_generate_attrib()
Dctxgp100.c78 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp100_grctx_generate_attrib()
Dctxgf117.c270 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()
Dctxgv100.c95 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gv100_grctx_generate_attrib()
Dctxgm107.c935 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gm107_grctx_generate_attrib()
Dgf100.h118 u8 ppc_mask[GPC_MAX]; member
Dgf100.c1963 gr->ppc_mask[i] |= (1 << j); in gf100_gr_oneinit()