Home
last modified time | relevance | path

Searched refs:NVDEV_ENGINE_CE1 (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgk104.c89 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
123 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
157 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
213 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
247 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
281 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
314 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gk104_identify()
Dgm100.c93 device->oclass[NVDEV_ENGINE_CE1 ] = &gk104_ce1_oclass; in gm100_identify()
135 device->oclass[NVDEV_ENGINE_CE1 ] = &gm204_ce1_oclass; in gm100_identify()
176 device->oclass[NVDEV_ENGINE_CE1 ] = &gm204_ce1_oclass; in gm100_identify()
Dgf100.c91 device->oclass[NVDEV_ENGINE_CE1 ] = &gf100_ce1_oclass; in gf100_identify()
124 device->oclass[NVDEV_ENGINE_CE1 ] = &gf100_ce1_oclass; in gf100_identify()
189 device->oclass[NVDEV_ENGINE_CE1 ] = &gf100_ce1_oclass; in gf100_identify()
286 device->oclass[NVDEV_ENGINE_CE1 ] = &gf100_ce1_oclass; in gf100_identify()
Dbase.c241 [NVDEV_ENGINE_CE1] = NV_DEVICE_V0_DISABLE_CE1,
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevidx.h50 NVDEV_ENGINE_CE1, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dgf100.c31 { 0x00000040, NVDEV_ENGINE_CE1 },
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgf100.c121 case NVDEV_ENGINE_CE1 : addr = 0x0240; break; in gf100_fifo_context_attach()
158 case NVDEV_ENGINE_CE1 : addr = 0x0240; break; in gf100_fifo_context_detach()
210 (1ULL << NVDEV_ENGINE_CE1) | in gf100_fifo_chan_ctor()
382 case NVDEV_ENGINE_CE1 : engn = 5; break; in gf100_fifo_engidx()
399 case 5: engn = NVDEV_ENGINE_CE1; break; in gf100_fifo_engine()
549 { 0x16, "PCE1", NULL, NVDEV_ENGINE_CE1 },
Dgk104.c49 _(NVDEV_ENGINE_CE1 , 0),
141 case NVDEV_ENGINE_CE1: in gk104_fifo_context_attach()
181 case NVDEV_ENGINE_CE1 : in gk104_fifo_context_detach()
415 case NVDEV_ENGINE_CE1 : engn = 5; break; in gk104_fifo_engidx()
619 { 0x16, "CE1", NULL, NVDEV_ENGINE_CE1 },
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgf100.c88 disable |= (1ULL << NVDEV_ENGINE_CE1); in gf100_devinit_disable()