quick_dump/skl: Make quick_dump SKL aware

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2014-10-06 17:42:33 +01:00
parent d0a412597b
commit 7f8228955f
4 changed files with 10 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@ int is_broadwell(unsigned short pciid)
return IS_BROADWELL(pciid);
}
int is_skylake(unsigned short pciid)
{
return IS_SKYLAKE(pciid);
}
/* Simple helper because I couldn't make this work in the script */
unsigned short pcidev_to_devid(struct pci_device *pdev)
{