Home
last modified time | relevance | path

Searched refs:NV04_FIFO_ENGN_MPEG (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchannv04.h14 #define NV04_FIFO_ENGN_MPEG 2 macro
Ddmanv17.c67 BIT(NV04_FIFO_ENGN_MPEG) | /* NV31- */ in nv17_fifo_dma_new()
Dnv04.c105 case NV04_FIFO_ENGN_MPEG: type = NVKM_ENGINE_MPEG; break; in nv04_fifo_id_engine()
121 case NVKM_ENGINE_MPEG : return NV04_FIFO_ENGN_MPEG; in nv04_fifo_engine_id()
Ddmanv40.c222 BIT(NV04_FIFO_ENGN_MPEG) | in nv40_fifo_dma_new()