HomeSort by: relevance | last modified time | path
    Searched refs:NVKM_ENGINE_CE0 (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ce/
nouveau_nvkm_engine_ce_gf100.c 38 const int index = ce->engine.subdev.index - NVKM_ENGINE_CE0;
74 if (index == NVKM_ENGINE_CE0) {
nouveau_nvkm_engine_ce_gk104.c 66 const u32 base = (ce->subdev.index - NVKM_ENGINE_CE0) * 0x1000;
nouveau_nvkm_engine_ce_gp100.c 67 const u32 base = (ce->subdev.index - NVKM_ENGINE_CE0) * 0x80;
nouveau_nvkm_engine_ce_gt215.c 52 const u32 base = (subdev->index - NVKM_ENGINE_CE0) * 0x1000;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/
nouveau_nvkm_subdev_mc_gt215.c 35 { 0x00802000, NVKM_ENGINE_CE0 },
45 { 0x00400000, NVKM_ENGINE_CE0 },
nouveau_nvkm_subdev_mc_gf100.c 39 { 0x00000040, NVKM_ENGINE_CE0 },
52 { 0x00000020, NVKM_ENGINE_CE0 },
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_gm107.c 43 disable |= (1ULL << NVKM_ENGINE_CE0);
nouveau_nvkm_subdev_devinit_mcp89.c 54 disable |= (1ULL << NVKM_ENGINE_CE0);
nouveau_nvkm_subdev_devinit_gf100.c 91 disable |= (1ULL << NVKM_ENGINE_CE0);
nouveau_nvkm_subdev_devinit_gt215.c 88 disable |= (1ULL << NVKM_ENGINE_CE0);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_chang84.c 59 case NVKM_ENGINE_CE0 : return 2;
87 case NVKM_ENGINE_CE0 : return 0x00c0;
193 case NVKM_ENGINE_CE0 : context = 0x00300000; break;
250 (1ULL << NVKM_ENGINE_CE0) |
nouveau_nvkm_engine_fifo_gpfifogv100.c 78 if (engine->subdev.index >= NVKM_ENGINE_CE0 &&
101 if (engine->subdev.index >= NVKM_ENGINE_CE0 &&
nouveau_nvkm_engine_fifo_gpfifogf100.c 63 case NVKM_ENGINE_CE0 : return 0x0230;
251 (1ULL << NVKM_ENGINE_CE0) |
nouveau_nvkm_engine_fifo_gf100.c 145 case NVKM_ENGINE_CE0 : engn = 4; break;
164 case 4: engn = NVKM_ENGINE_CE0; break;
237 { 0x15, "PCE0", NULL, NVKM_ENGINE_CE0 },
nouveau_nvkm_engine_fifo_gpfifogk104.c 84 case NVKM_ENGINE_CE0...NVKM_ENGINE_CE_LAST:
nouveau_nvkm_engine_fifo_gk104.c 1108 { 0x15, "CE0", NULL, NVKM_ENGINE_CE0 },
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_gk104.c 85 { NVKM_ENGINE_CE0, 0x10 },
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_subdev.c 66 [NVKM_ENGINE_CE0 ] = "ce0",
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmnv50.c 219 case NVKM_ENGINE_CE0 : id = 0x0d; break;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h 38 NVKM_ENGINE_CE0,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_base.c 3301 _(NVKM_ENGINE_CE0 , ce[0]);

Completed in 24 milliseconds