Searched refs:NVKM_ENGINE_MPEG (Results 1 – 14 of 14) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | nv17.c | 30 { 0x00000002, NVKM_ENGINE_MPEG }, 39 { 0x00000001, NVKM_ENGINE_MPEG },
|
D | g84.c | 31 { 0x00400002, NVKM_ENGINE_MPEG }, 45 { 0x00000001, NVKM_ENGINE_MPEG },
|
D | nv50.c | 31 { 0x00000001, NVKM_ENGINE_MPEG },
|
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | chang84.c | 52 case NVKM_ENGINE_MPEG : in g84_fifo_chan_engine() 76 case NVKM_ENGINE_MPEG : in g84_fifo_chan_engine_addr() 185 case NVKM_ENGINE_MPEG : in g84_fifo_chan_object_ctor() 247 (1ULL << NVKM_ENGINE_MPEG) | in g84_fifo_chan_ctor()
|
D | dmanv40.c | 46 case NVKM_ENGINE_MPEG: in nv40_fifo_dma_engine() 154 case NVKM_ENGINE_MPEG : context |= 0x00200000; break; in nv40_fifo_dma_object_ctor() 212 (1ULL << NVKM_ENGINE_MPEG) | in nv40_fifo_dma_new()
|
D | channv50.c | 38 case NVKM_ENGINE_MPEG : return 0x0060; in nv50_fifo_chan_engine_addr() 169 case NVKM_ENGINE_MPEG : context = 0x00200000; break; in nv50_fifo_chan_object_ctor() 244 (1ULL << NVKM_ENGINE_MPEG), in nv50_fifo_chan_ctor()
|
D | dmanv17.c | 67 (1ULL << NVKM_ENGINE_MPEG) | /* NV31- */ in nv17_fifo_dma_new()
|
D | dmanv04.c | 60 case NVKM_ENGINE_MPEG : context |= 0x00020000; break; in nv04_fifo_dma_object_ctor()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | g84.c | 38 disable |= (1ULL << NVKM_ENGINE_MPEG); in g84_devinit_disable()
|
D | nv50.c | 88 disable |= (1ULL << NVKM_ENGINE_MPEG); in nv50_devinit_disable()
|
/drivers/gpu/drm/nouveau/nvkm/core/ |
D | subdev.c | 70 [NVKM_ENGINE_MPEG ] = "mpeg",
|
/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv50.c | 181 case NVKM_ENGINE_MPEG : vme = 0x08; break; in nv50_vm_flush()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 48 NVKM_ENGINE_MPEG, enumerator
|
/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2740 _(NVKM_ENGINE_MPEG , mpeg);
|