Please revert the addition of the AMD QDMA driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Vinod,

I just noticed you added the AMD QDMA driver for this merge window,
which is completely broken in terms of DMA API usage by using the
private get/set_dma_ops APIs.  These were never for driver use (
and I've been working for years to fix the few abusers), but with the
DMA changes in 6.12 it actually can't work at all, as the dma-iommu
driver now also sets NULL DMA ops in addition to dma-direct.

As a reminder drivers must never try to inherit dma settings from
one device or another, instead pass the actual DMA device to whatever
layer does the DMA mapping.  Without that you break all kinds of
thing.




[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux PCI]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux