mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
quick_dump: Add basic haswell support
Mostly using the IVB registers + a few I grabbed from i915_reg.h Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
@@ -16,6 +16,11 @@ int is_valleyview(unsigned short pciid)
|
||||
return IS_VALLEYVIEW(pciid);
|
||||
}
|
||||
|
||||
int is_haswell(unsigned short pciid)
|
||||
{
|
||||
return IS_HASWELL(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