> Client VMD platforms have a software-triggered MSI-X vector 0 that will > not forward hardware-remapped MSI from the sub-device domain. This > causes an issue with VMD platforms that use AHCI behind VMD and have a > single MSI-X vector remapped to VMD vector 0. Add a VMD MSI-X vector > offset for these platforms. > > Signed-off-by: Jon Derrick <jonathan.derrick@xxxxxxxxx> Tested this patch based on latest mainline kernel at commit f804b3159482 ("Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-watchdog"). We have some laptops equipped with Tiger Lake chips and such configuration that hit the same issue. They all could be fixed by this patch. Thank you Tested-by: Jian-Hong Pan <jhp@xxxxxxxxxxxxx>