Searched hist:"7 b7036d47c356a40818e516a69ac81a5dcc1613f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | diff 7b7036d47c356a40818e516a69ac81a5dcc1613f Fri May 03 03:44:40 CDT 2019 Alexander Shishkin <alexander.shishkin@linux.intel.com> intel_th: pci: Use MSI interrupt signalling
Since Intel TH is capable of MSI interrupt signalling, make use of it. The way it works is, each of the 7 interrupt triggering events has its own vector in this mode, as opposed to interrupt line delivery, where all events are signalled via the same line. Failing to enable MSI, the driver falls back to using an interrupt line.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | pci.c | diff 7b7036d47c356a40818e516a69ac81a5dcc1613f Fri May 03 03:44:40 CDT 2019 Alexander Shishkin <alexander.shishkin@linux.intel.com> intel_th: pci: Use MSI interrupt signalling
Since Intel TH is capable of MSI interrupt signalling, make use of it. The way it works is, each of the 7 interrupt triggering events has its own vector in this mode, as opposed to interrupt line delivery, where all events are signalled via the same line. Failing to enable MSI, the driver falls back to using an interrupt line.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|