Searched refs:NVDEV_ENGINE_MPEG (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | nv40.c | 72 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 …]
|
D | nv30.c | 104 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()
|
D | nv50.c | 86 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()
|
D | base.c | 234 [NVDEV_ENGINE_MPEG] = NV_DEVICE_V0_DISABLE_MPEG,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv40.c | 89 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()
|
D | g84.c | 57 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()
|
D | nv50.c | 84 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()
|
D | nv17.c | 83 (1ULL << NVDEV_ENGINE_MPEG), /* NV31- */ in nv17_fifo_chan_ctor()
|
D | nv04.c | 76 case NVDEV_ENGINE_MPEG: in nv04_fifo_object_attach()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | devidx.h | 43 NVDEV_ENGINE_MPEG, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | nv50.c | 31 { 0x00000001, NVDEV_ENGINE_MPEG },
|
D | nv04.c | 28 { 0x00000001, NVDEV_ENGINE_MPEG }, /* NV17- MPEG/ME */
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | g84.c | 38 disable |= (1ULL << NVDEV_ENGINE_MPEG); in g84_devinit_disable()
|
D | nv50.c | 87 disable |= (1ULL << NVDEV_ENGINE_MPEG); in nv50_devinit_disable()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv50.c | 177 case NVDEV_ENGINE_MPEG : vme = 0x08; break; in nv50_vm_flush()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv50.c | 122 { 0x00000008, "PMPEG", NULL, NVDEV_ENGINE_MPEG },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 67 if ((engine = nvkm_engine(pfb, NVDEV_ENGINE_MPEG))) in nv10_bo_update_tile_region()
|