CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/25 15:53:09
Modified files:
sys/dev/pci/drm/ttm: ttm_pool.c
Log message:
Reimplement the page allocation code using bus_dma(9) APIs to make sure
that on architectures with an IOMMU, DMA addresses are translated
properly.
Fixes radeondrm(4) and amdgpu(4) on powerpc64, sparc64 and arm64 machines
with smmu(4).
ok jsg@
