[EXT] Re: [PATCH 1/1] PCI: layerscape: Set 64-bit DMA mask
Frank Li
frank.li at nxp.com
Wed Feb 15 08:50:51 AEDT 2023
> >
> > + /* set 64-bit DMA mask and coherent DMA mask */
> > + if (dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)))
> > + dev_warn(dev, "Failed to set 64-bit DMA mask.\n");
>
> Isn't this mandatory? Why not dev_err_probe and return the error?
I don't think it is mandatory. If failure, dma will use swiotlb.
Just an additional memcpy involved.
Frank Li
>
> --Sean
>
> > platform_set_drvdata(pdev, pcie);
> >
> > ret = dw_pcie_ep_init(&pci->ep);
More information about the Linuxppc-dev
mailing list