mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +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:
@@ -49,6 +49,8 @@ if args.autodetect:
|
||||
args.profile = open('ivybridge', 'r')
|
||||
elif chipset.is_valleyview(devid):
|
||||
args.profile = open('valleyview', 'r')
|
||||
elif chipset.is_haswell(devid):
|
||||
args.profile = open('haswell', 'r')
|
||||
else:
|
||||
print("Autodetect of %x " + devid + " failed")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user