Searched refs:gpccs (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gf104.c | 126 .gpccs.ucode = &gf100_gr_gpccs_ucode,
|
D | gk110b.c | 114 .gpccs.ucode = &gk110_gr_gpccs_ucode,
|
D | gf108.c | 133 .gpccs.ucode = &gf100_gr_gpccs_ucode,
|
D | gf119.c | 189 .gpccs.ucode = &gf100_gr_gpccs_ucode,
|
D | gf110.c | 115 .gpccs.ucode = &gf100_gr_gpccs_ucode,
|
D | gf117.c | 134 .gpccs.ucode = &gf117_gr_gpccs_ucode,
|
D | gk208.c | 188 .gpccs.ucode = &gk208_gr_gpccs_ucode,
|
D | gk110.c | 209 .gpccs.ucode = &gk110_gr_gpccs_ucode,
|
D | gf100.c | 1373 for (i = 0; i < oclass->gpccs.ucode->data.size / 4; i++) in gf100_gr_init_ctxctl() 1374 nv_wr32(priv, 0x41a1c4, oclass->gpccs.ucode->data.data[i]); in gf100_gr_init_ctxctl() 1377 for (i = 0; i < oclass->gpccs.ucode->code.size / 4; i++) { in gf100_gr_init_ctxctl() 1380 nv_wr32(priv, 0x41a184, oclass->gpccs.ucode->code.data[i]); in gf100_gr_init_ctxctl() 1711 .gpccs.ucode = &gf100_gr_gpccs_ucode,
|
D | gf100.h | 180 } gpccs; member
|
D | gk104.c | 357 .gpccs.ucode = &gk104_gr_gpccs_ucode,
|
D | gm107.c | 468 .gpccs.ucode = &gm107_gr_gpccs_ucode,
|