mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
pci: tegra264: Remove MSI info from ICD
MSI API are not supported via GuestOs decomposition. Disable documentation for the same during ICD compilation. JIRA NET-2663 Change-Id: Ie1a0ca75b91e848152d0748f8f49735bedd0be70 Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3305090 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
This commit is contained in:
committed by
Jon Hunter
parent
d256920b00
commit
330ecd452b
@@ -372,6 +372,7 @@ static void tegra264_pcie_ep_unmap_addr(struct pci_epc *epc, u8 func_no,
|
|||||||
#endif
|
#endif
|
||||||
phys_addr_t addr);
|
phys_addr_t addr);
|
||||||
|
|
||||||
|
#ifndef DOXYGEN_ICD
|
||||||
/** MSI is expected not to be decomposed, hence no ICD documentation planned yet */
|
/** MSI is expected not to be decomposed, hence no ICD documentation planned yet */
|
||||||
static int tegra264_pcie_ep_set_msi(struct pci_epc *epc, u8 fn,
|
static int tegra264_pcie_ep_set_msi(struct pci_epc *epc, u8 fn,
|
||||||
#if defined(NV_PCI_EPC_WRITE_HEADER_HAS_VFN_ARG)
|
#if defined(NV_PCI_EPC_WRITE_HEADER_HAS_VFN_ARG)
|
||||||
@@ -385,6 +386,7 @@ static int tegra264_pcie_ep_get_msi(struct pci_epc *epc,
|
|||||||
#else
|
#else
|
||||||
u8 fn);
|
u8 fn);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static int tegra264_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn,
|
static int tegra264_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn,
|
||||||
#if defined(NV_PCI_EPC_WRITE_HEADER_HAS_VFN_ARG)
|
#if defined(NV_PCI_EPC_WRITE_HEADER_HAS_VFN_ARG)
|
||||||
|
|||||||
Reference in New Issue
Block a user