On 20/11/2019 12:28, Oliver O'Halloran wrote: > Use the helper to look up the pnv_ioda_pe for the device we're configuring DMA > for. In the VF case there's no need set pdn->pe_number since nothing looks at > it any more. > > Signed-off-by: Oliver O'Halloran <ooh...@gmail.com> Reviewed-by: Alexey Kardashevskiy <a...@ozlabs.ru> > --- > arch/powerpc/platforms/powernv/pci-ioda.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c > b/arch/powerpc/platforms/powernv/pci-ioda.c > index d4b5ee926222..98d858999a2d 100644 > --- a/arch/powerpc/platforms/powernv/pci-ioda.c > +++ b/arch/powerpc/platforms/powernv/pci-ioda.c > @@ -1709,10 +1709,9 @@ int pnv_pcibios_sriov_enable(struct pci_dev *pdev, u16 > num_vfs) > > static void pnv_pci_ioda_dma_dev_setup(struct pnv_phb *phb, struct pci_dev > *pdev) > { > - struct pci_dn *pdn = pci_get_pdn(pdev); > struct pnv_ioda_pe *pe; > > - pe = &phb->ioda.pe_array[pdn->pe_number]; > + pe = pnv_ioda_get_pe(pdev); > WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); > pdev->dev.archdata.dma_offset = pe->tce_bypass_base; > set_iommu_table_base(&pdev->dev, pe->table_group.tables[0]); > -- Alexey
- [Very RFC 27/46] powernv/pci: Clear reserved PE freez... Oliver O'Halloran
- Re: [Very RFC 27/46] powernv/pci: Clear reserved... Alexey Kardashevskiy
- [Very RFC 28/46] powernv/iov: Move SR-IOV PF state ou... Oliver O'Halloran
- Re: [Very RFC 28/46] powernv/iov: Move SR-IOV PF... Alexey Kardashevskiy
- [Very RFC 29/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 29/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- [Very RFC 30/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 30/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- [Very RFC 31/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 31/46] powernv/pci: Remove open-co... Christoph Hellwig
- Re: [Very RFC 31/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- [Very RFC 32/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 32/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- [Very RFC 33/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 33/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- [Very RFC 34/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 34/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- [Very RFC 35/46] powernv/pci: Remove open-coded PE lo... Oliver O'Halloran
- Re: [Very RFC 35/46] powernv/pci: Remove open-co... Alexey Kardashevskiy
- Re: [Very RFC 35/46] powernv/pci: Remove ope... Oliver O'Halloran
- [Very RFC 36/46] powernv/npu: Remove open-coded PE lo... Oliver O'Halloran