mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
quick_dump/skl: Make quick_dump SKL aware
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user