quick_dump: chv: add detection support

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
Ville Syrjälä
2014-05-28 18:45:27 +03:00
committed by Imre Deak
parent 9a642a7287
commit 6d2577c741
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -64,6 +64,8 @@ def autodetect_chipset():
return open('sandybridge', 'r')
elif chipset.is_ivybridge(devid):
return open('ivybridge', 'r')
elif chipset.is_cherryview(devid):
return open('cherryview', 'r')
elif chipset.is_valleyview(devid):
return open('valleyview', 'r')
elif chipset.is_haswell(devid):