Home
last modified time | relevance | path

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

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