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
+5
View File
@@ -18,6 +18,11 @@ int is_valleyview(unsigned short pciid)
return IS_VALLEYVIEW(pciid);
}
int is_cherryview(unsigned short pciid)
{
return IS_CHERRYVIEW(pciid);
}
int is_haswell(unsigned short pciid)
{
return IS_HASWELL(pciid);