HomeSort by: relevance | last modified time | path
    Searched defs:fbps (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgf100.c 1169 u32 fbps = nvkm_rd32(device, 0x121c74); local in function:gf100_grctx_generate_max_ways_evict
1170 if (fbps == 1)
nouveau_nvkm_engine_gr_ctxgf100.c 1169 u32 fbps = nvkm_rd32(device, 0x121c74); local in function:gf100_grctx_generate_max_ways_evict
1170 if (fbps == 1)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgf100.c 505 u32 fbps = nvkm_rd32(device, 0x022438); local in function:gf100_ram_ctor
509 nvkm_debug(subdev, "%d FBP(s)\n", fbps);
510 for (fbp = 0; fbp < fbps; fbp++) {
539 * This is either where some FBPs have more memory than the others,
nouveau_nvkm_subdev_fb_ramgf100.c 505 u32 fbps = nvkm_rd32(device, 0x022438); local in function:gf100_ram_ctor
509 nvkm_debug(subdev, "%d FBP(s)\n", fbps);
510 for (fbp = 0; fbp < fbps; fbp++) {
539 * This is either where some FBPs have more memory than the others,

Completed in 24 milliseconds