HomeSort by: relevance | last modified time | path
    Searched refs:tpc_nr (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gp104.c 54 .tpc_nr = 5,
nouveau_nvkm_engine_gr_gp107.c 56 .tpc_nr = 3,
nouveau_nvkm_engine_gr_gp10b.c 66 .tpc_nr = 2,
nouveau_nvkm_engine_gr_ctxgm200.c 77 tmp |= ((1 << gr->tpc_nr[i]) - 1) << (i * gr->func->tpc_nr);
nouveau_nvkm_engine_gr_tu102.c 77 gr->screen_tile_row_offset << 8 | gr->tpc_nr[gpc]);
122 .tpc_nr = 5,
nouveau_nvkm_engine_gr_ctxgf104.c 106 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgk110b.c 102 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgk20a.c 88 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgm20b.c 57 tmp |= ((1 << gr->tpc_nr[i]) - 1) << (i * 4);
nouveau_nvkm_engine_gr_gf117.c 149 gr->screen_tile_row_offset << 8 | gr->tpc_nr[gpc]);
nouveau_nvkm_engine_gr_gp100.c 130 .tpc_nr = 5,
nouveau_nvkm_engine_gr_gp102.c 126 .tpc_nr = 5,
nouveau_nvkm_engine_gr_gv100.c 115 .tpc_nr = 5,
nouveau_nvkm_engine_gr_gf100.c 1341 for (tpc = 0; tpc < gr->tpc_nr[gpc]; tpc++) {
1863 if (tpc < gr->tpc_nr[gpc]) {
1911 if (gr->tpc_nr[gpc_map[i + 1]] >
1912 gr->tpc_nr[gpc_map[i + 0]]) {
1931 init_frac[i] = gr->tpc_nr[gpc_map[i]] * gr->gpc_nr * mul_factor;
1961 gr->tpc_nr[i] = nvkm_rd32(device, GPC_UNIT(i, 0x2608));
1962 gr->tpc_max = max(gr->tpc_max, gr->tpc_nr[i]);
1963 gr->tpc_total += gr->tpc_nr[i];
2117 data |= gr->tpc_nr[gpc] << (j * 4);
2162 for (tpc = 0; tpc < gr->tpc_nr[gpc]; tpc++
    [all...]
gf100.h 116 u8 tpc_nr[GPC_MAX]; member in struct:gf100_gr
192 int tpc_nr; member in struct:gf100_gr_func
nouveau_nvkm_engine_gr_ctxgf100.c 1085 for (tpc = 0; tpc < gr->tpc_nr[gpc]; tpc++) {
1293 if (abits[gpc] < gr->tpc_nr[gpc]) {
1301 u32 bbits = gr->tpc_nr[gpc] - abits[gpc];
1315 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c08), gr->tpc_nr[gpc]);
1316 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c8c), gr->tpc_nr[gpc]);
1337 if (func->tpc_nr)
1338 func->tpc_nr(gr, gr->sm[sm].gpc);
1602 .tpc_nr = gf100_grctx_generate_tpc_nr,
ctxgf100.h 61 void (*tpc_nr)(struct gf100_gr *, int gpc); member in struct:gf100_grctx_func
nouveau_nvkm_engine_gr_gm200.c 204 .tpc_nr = 4,
nouveau_nvkm_engine_gr_ctxgf117.c 308 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgf110.c 354 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgf108.c 762 for (tpc = 0; tpc < gr->tpc_nr[gpc]; tpc++) {
809 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgf119.c 524 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgk208.c 568 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgk104.c 1006 .tpc_nr = gf100_grctx_generate_tpc_nr,
nouveau_nvkm_engine_gr_ctxgk110.c 853 .tpc_nr = gf100_grctx_generate_tpc_nr,

Completed in 24 milliseconds

1 2