Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd9a9971 authored by Tony Truong's avatar Tony Truong
Browse files

msm: pcie: support QGIC MSI for multiple clients



Add support to provide QGIC MSI for each client
that requests for it when they share the same
root complex.

Change-Id: Ia7e33fae35b3c5083ff5834344c21d6c8288b53d
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 94de358e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5566,7 +5566,7 @@ static int arch_setup_msi_irq_qgic(struct pci_dev *pdev,
	irq_set_msi_desc(firstirq, desc);
	msg.address_hi = 0;
	msg.address_lo = dev->msi_gicm_addr;
	msg.data = dev->msi_gicm_base;
	msg.data = dev->msi_gicm_base + (firstirq - dev->msi[0].num);
	write_msi_msg(firstirq, &msg);

	return 0;