Home
last modified time | relevance | path

Searched refs:NVDEV_ENGINE_SEC (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dg84.c61 case NVDEV_ENGINE_SEC : addr = 0x00a0; break; in g84_fifo_context_attach()
100 case NVDEV_ENGINE_SEC : engn = 4; addr = 0x00a0; break; in g84_fifo_context_detach()
150 case NVDEV_ENGINE_SEC : in g84_fifo_object_attach()
191 (1ULL << NVDEV_ENGINE_SEC) | in g84_fifo_chan_ctor_dma()
266 (1ULL << NVDEV_ENGINE_SEC) | in g84_fifo_chan_ctor_ind()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dg98.c32 { 0x00004000, NVDEV_ENGINE_SEC }, /* NV84:NVA3 */
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevidx.h57 NVDEV_ENGINE_SEC, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dg98.c48 disable |= (1ULL << NVDEV_ENGINE_SEC); in g98_devinit_disable()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dnv50.c258 device->oclass[NVDEV_ENGINE_SEC ] = &g98_sec_oclass; in nv50_identify()
316 device->oclass[NVDEV_ENGINE_SEC ] = &g98_sec_oclass; in nv50_identify()
345 device->oclass[NVDEV_ENGINE_SEC ] = &g98_sec_oclass; in nv50_identify()
Dbase.c247 [NVDEV_ENGINE_SEC] = NV_DEVICE_V0_DISABLE_SEC,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv50.c181 case NVDEV_ENGINE_SEC : vme = 0x0a; break; in nv50_vm_flush()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.c193 engine = nvkm_engine(subdev, NVDEV_ENGINE_SEC); in nv50_fb_intr()