Searched refs:mthd_dma (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | nv31.h | 18 bool (*mthd_dma)(struct nvkm_device *, u32 mthd, u32 data); member
|
H A D | nv40.c | 75 .mthd_dma = nv40_mpeg_mthd_dma,
|
H A D | nv31.c | 176 return mpeg->func->mthd_dma(device, mthd, data); in nv31_mpeg_mthd() 292 .mthd_dma = nv31_mpeg_mthd_dma,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | nv31.h | 18 bool (*mthd_dma)(struct nvkm_device *, u32 mthd, u32 data); member
|
H A D | nv40.c | 75 .mthd_dma = nv40_mpeg_mthd_dma,
|
H A D | nv31.c | 175 return mpeg->func->mthd_dma(device, mthd, data); in nv31_mpeg_mthd() 290 .mthd_dma = nv31_mpeg_mthd_dma,
|
Completed in 3 milliseconds