Searched refs:NVDEV_ENGINE_CE0 (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | gf100.c | 90 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 123 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 156 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 188 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 221 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 253 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 285 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 318 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify() 348 device->oclass[NVDEV_ENGINE_CE0 ] = &gf100_ce0_oclass; in gf100_identify()
|
D | gk104.c | 88 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify() 122 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify() 156 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify() 212 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify() 246 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify() 280 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify() 313 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gk104_identify()
|
D | gm100.c | 91 device->oclass[NVDEV_ENGINE_CE0 ] = &gk104_ce0_oclass; in gm100_identify() 134 device->oclass[NVDEV_ENGINE_CE0 ] = &gm204_ce0_oclass; in gm100_identify() 175 device->oclass[NVDEV_ENGINE_CE0 ] = &gm204_ce0_oclass; in gm100_identify()
|
D | nv50.c | 378 device->oclass[NVDEV_ENGINE_CE0 ] = >215_ce_oclass; in nv50_identify() 408 device->oclass[NVDEV_ENGINE_CE0 ] = >215_ce_oclass; in nv50_identify() 438 device->oclass[NVDEV_ENGINE_CE0 ] = >215_ce_oclass; in nv50_identify() 468 device->oclass[NVDEV_ENGINE_CE0 ] = >215_ce_oclass; in nv50_identify()
|
D | base.c | 240 [NVDEV_ENGINE_CE0] = NV_DEVICE_V0_DISABLE_CE0,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | g84.c | 62 case NVDEV_ENGINE_CE0 : addr = 0x00c0; break; in g84_fifo_context_attach() 101 case NVDEV_ENGINE_CE0 : engn = 2; addr = 0x00c0; break; in g84_fifo_context_detach() 146 case NVDEV_ENGINE_CE0 : context |= 0x00300000; break; in g84_fifo_object_attach() 196 (1ULL << NVDEV_ENGINE_CE0) | in g84_fifo_chan_ctor_dma() 271 (1ULL << NVDEV_ENGINE_CE0) | in g84_fifo_chan_ctor_ind()
|
D | gf100.c | 120 case NVDEV_ENGINE_CE0 : addr = 0x0230; break; in gf100_fifo_context_attach() 157 case NVDEV_ENGINE_CE0 : addr = 0x0230; break; in gf100_fifo_context_detach() 209 (1ULL << NVDEV_ENGINE_CE0) | in gf100_fifo_chan_ctor() 381 case NVDEV_ENGINE_CE0 : engn = 4; break; in gf100_fifo_engidx() 398 case 4: engn = NVDEV_ENGINE_CE0; break; in gf100_fifo_engine() 548 { 0x15, "PCE0", NULL, NVDEV_ENGINE_CE0 },
|
D | gk104.c | 48 _(NVDEV_ENGINE_CE0 , 0), 140 case NVDEV_ENGINE_CE0: in gk104_fifo_context_attach() 180 case NVDEV_ENGINE_CE0 : in gk104_fifo_context_detach() 414 case NVDEV_ENGINE_CE0 : engn = 4; break; in gk104_fifo_engidx() 618 { 0x15, "CE0", NULL, NVDEV_ENGINE_CE0 },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | g98.c | 40 { 0x00400000, NVDEV_ENGINE_CE0 }, /* NVA3- */
|
D | gf100.c | 30 { 0x00000020, NVDEV_ENGINE_CE0 },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | devidx.h | 49 NVDEV_ENGINE_CE0, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gm107.c | 38 disable |= (1ULL << NVDEV_ENGINE_CE0); in gm107_devinit_disable()
|
D | mcp89.c | 49 disable |= (1ULL << NVDEV_ENGINE_CE0); in mcp89_devinit_disable()
|
D | gt215.c | 83 disable |= (1ULL << NVDEV_ENGINE_CE0); in gt215_devinit_disable()
|
D | gf100.c | 86 disable |= (1ULL << NVDEV_ENGINE_CE0); in gf100_devinit_disable()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
D | gk104.c | 69 const int ce = nv_subidx(subdev) - NVDEV_ENGINE_CE0; in gk104_ce_intr()
|
D | gm204.c | 69 const int ce = nv_subidx(subdev) - NVDEV_ENGINE_CE0; in gm204_ce_intr()
|
D | gf100.c | 88 nv_wo32(priv, 0x084, nv_engidx(&priv->base.base) - NVDEV_ENGINE_CE0); in gf100_ce_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv50.c | 182 case NVDEV_ENGINE_CE0 : vme = 0x0d; break; in nv50_vm_flush()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv50.c | 127 { 0x0000000d, "PCE0", NULL, NVDEV_ENGINE_CE0 },
|