Searched refs:NVDEV_ENGINE_CE1 (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | gk104.c | 89 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()
|
D | gm100.c | 93 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()
|
D | gf100.c | 91 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()
|
D | base.c | 241 [NVDEV_ENGINE_CE1] = NV_DEVICE_V0_DISABLE_CE1,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | devidx.h | 50 NVDEV_ENGINE_CE1, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | gf100.c | 31 { 0x00000040, NVDEV_ENGINE_CE1 },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.c | 121 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 },
|
D | gk104.c | 49 _(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/ |
D | gf100.c | 88 disable |= (1ULL << NVDEV_ENGINE_CE1); in gf100_devinit_disable()
|