Home
last modified time | relevance | path

Searched refs:mthd_dma (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ !
Dnv31.h18 bool (*mthd_dma)(struct nvkm_device *, u32 mthd, u32 data); member
Dnv40.c75 .mthd_dma = nv40_mpeg_mthd_dma,
Dnv31.c176 return mpeg->func->mthd_dma(device, mthd, data); in nv31_mpeg_mthd()
291 .mthd_dma = nv31_mpeg_mthd_dma,