Home
last modified time | relevance | path

Searched refs:gpccs (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgk110b.c108 .gpccs.ucode = &gk110_gr_gpccs_ucode,
Dgf110.c92 .gpccs.ucode = &gf100_gr_gpccs_ucode,
Dgf104.c120 .gpccs.ucode = &gf100_gr_gpccs_ucode,
Dgf108.c111 .gpccs.ucode = &gf100_gr_gpccs_ucode,
Dgf119.c183 .gpccs.ucode = &gf100_gr_gpccs_ucode,
Dgk208.c167 .gpccs.ucode = &gk208_gr_gpccs_ucode,
Dgf117.c128 .gpccs.ucode = &gf117_gr_gpccs_ucode,
Dgk110.c188 .gpccs.ucode = &gk110_gr_gpccs_ucode,
Dgk104.c314 .gpccs.ucode = &gk104_gr_gpccs_ucode,
Dgf100.h131 } gpccs; member
Dgf100.c1475 for (i = 0; i < gr->func->gpccs.ucode->data.size / 4; i++) in gf100_gr_init_ctxctl()
1476 nvkm_wr32(device, 0x41a1c4, gr->func->gpccs.ucode->data.data[i]); in gf100_gr_init_ctxctl()
1479 for (i = 0; i < gr->func->gpccs.ucode->code.size / 4; i++) { in gf100_gr_init_ctxctl()
1482 nvkm_wr32(device, 0x41a184, gr->func->gpccs.ucode->code.data[i]); in gf100_gr_init_ctxctl()
1852 .gpccs.ucode = &gf100_gr_gpccs_ucode,
Dgm107.c443 .gpccs.ucode = &gm107_gr_gpccs_ucode,