Home
last modified time | relevance | path

Searched refs:NVDEV_ENGINE_MPEG (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dnv40.c72 device->oclass[NVDEV_ENGINE_MPEG ] = &nv40_mpeg_oclass; in nv40_identify()
95 device->oclass[NVDEV_ENGINE_MPEG ] = &nv40_mpeg_oclass; in nv40_identify()
118 device->oclass[NVDEV_ENGINE_MPEG ] = &nv40_mpeg_oclass; in nv40_identify()
141 device->oclass[NVDEV_ENGINE_MPEG ] = &nv40_mpeg_oclass; in nv40_identify()
164 device->oclass[NVDEV_ENGINE_MPEG ] = &nv44_mpeg_oclass; in nv40_identify()
187 device->oclass[NVDEV_ENGINE_MPEG ] = &nv44_mpeg_oclass; in nv40_identify()
210 device->oclass[NVDEV_ENGINE_MPEG ] = &nv44_mpeg_oclass; in nv40_identify()
233 device->oclass[NVDEV_ENGINE_MPEG ] = &nv44_mpeg_oclass; in nv40_identify()
256 device->oclass[NVDEV_ENGINE_MPEG ] = &nv44_mpeg_oclass; in nv40_identify()
279 device->oclass[NVDEV_ENGINE_MPEG ] = &nv44_mpeg_oclass; in nv40_identify()
[all …]
Dnv30.c104 device->oclass[NVDEV_ENGINE_MPEG ] = &nv31_mpeg_oclass; in nv30_identify()
124 device->oclass[NVDEV_ENGINE_MPEG ] = &nv31_mpeg_oclass; in nv30_identify()
144 device->oclass[NVDEV_ENGINE_MPEG ] = &nv31_mpeg_oclass; in nv30_identify()
Dnv50.c86 device->oclass[NVDEV_ENGINE_MPEG ] = &nv50_mpeg_oclass; in nv50_identify()
112 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
141 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
170 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
199 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
228 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
286 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
374 device->oclass[NVDEV_ENGINE_MPEG ] = &g84_mpeg_oclass; in nv50_identify()
Dbase.c234 [NVDEV_ENGINE_MPEG] = NV_DEVICE_V0_DISABLE_MPEG,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv40.c89 case NVDEV_ENGINE_MPEG: in nv40_fifo_object_attach()
119 case NVDEV_ENGINE_MPEG: in nv40_fifo_context_attach()
156 case NVDEV_ENGINE_MPEG: in nv40_fifo_context_detach()
201 (1ULL << NVDEV_ENGINE_MPEG), &chan); in nv40_fifo_chan_ctor()
Dg84.c57 case NVDEV_ENGINE_MPEG : addr = 0x0060; break; in g84_fifo_context_attach()
96 case NVDEV_ENGINE_MPEG : engn = 1; addr = 0x0060; break; in g84_fifo_context_detach()
143 case NVDEV_ENGINE_MPEG : in g84_fifo_object_attach()
187 (1ULL << NVDEV_ENGINE_MPEG) | in g84_fifo_chan_ctor_dma()
262 (1ULL << NVDEV_ENGINE_MPEG) | in g84_fifo_chan_ctor_ind()
Dnv50.c84 case NVDEV_ENGINE_MPEG : addr = 0x0060; break; in nv50_fifo_context_attach()
115 case NVDEV_ENGINE_MPEG : addr = 0x0060; break; in nv50_fifo_context_detach()
173 case NVDEV_ENGINE_MPEG : context |= 0x00200000; break; in nv50_fifo_object_attach()
214 (1ULL << NVDEV_ENGINE_MPEG), &chan); in nv50_fifo_chan_ctor_dma()
277 (1ULL << NVDEV_ENGINE_MPEG), &chan); in nv50_fifo_chan_ctor_ind()
Dnv17.c83 (1ULL << NVDEV_ENGINE_MPEG), /* NV31- */ in nv17_fifo_chan_ctor()
Dnv04.c76 case NVDEV_ENGINE_MPEG: in nv04_fifo_object_attach()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevidx.h43 NVDEV_ENGINE_MPEG, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dnv50.c31 { 0x00000001, NVDEV_ENGINE_MPEG },
Dnv04.c28 { 0x00000001, NVDEV_ENGINE_MPEG }, /* NV17- MPEG/ME */
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dg84.c38 disable |= (1ULL << NVDEV_ENGINE_MPEG); in g84_devinit_disable()
Dnv50.c87 disable |= (1ULL << NVDEV_ENGINE_MPEG); in nv50_devinit_disable()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv50.c177 case NVDEV_ENGINE_MPEG : vme = 0x08; break; in nv50_vm_flush()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.c122 { 0x00000008, "PMPEG", NULL, NVDEV_ENGINE_MPEG },
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c67 if ((engine = nvkm_engine(pfb, NVDEV_ENGINE_MPEG))) in nv10_bo_update_tile_region()