Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/emu10k1/
Dmemory.c380 if (emu->iommu_workaround) { in snd_emu10k1_alloc_pages_maybe_wider()
498 if (emu->iommu_workaround) in __synth_free_pages()
Demu10k1_main.c1495 emu->iommu_workaround = false; in snd_emu10k1_detect_iommu()
1503 emu->iommu_workaround = true; in snd_emu10k1_detect_iommu()
Demupcm.c394 if (emu->iommu_workaround) in snd_emu10k1_playback_hw_params()
399 if (emu->iommu_workaround && runtime->dma_bytes >= EMUPAGESIZE) in snd_emu10k1_playback_hw_params()
/Linux-v6.6/include/sound/
Demu10k1.h1708 bool iommu_workaround; /* IOMMU workaround needed */ member