Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/apple/
H A Ddcp.c555 dcp->iommu_dom = iommu_domain_alloc(&platform_bus_type); in dcp_create_piodma_iommu_dev()
556 if (!dcp->iommu_dom) { in dcp_create_piodma_iommu_dev()
561 ret = iommu_attach_device(dcp->iommu_dom, &dcp->piodma->dev); in dcp_create_piodma_iommu_dev()
570 iommu_domain_free(dcp->iommu_dom); in dcp_create_piodma_iommu_dev()
915 iommu_detach_device(dcp->iommu_dom, &dcp->piodma->dev); in dcp_comp_unbind()
916 iommu_domain_free(dcp->iommu_dom); in dcp_comp_unbind()
H A Ddcp-internal.h110 struct iommu_domain *iommu_dom; member
H A Diomfb_template.c277 ret = iommu_map_sgtable(dcp->iommu_dom, memdesc->dva, map, in dcpep_cb_map_piodma()
324 iommu_unmap(dcp->iommu_dom, memdesc->dva, memdesc->size); in dcpep_cb_unmap_piodma()