mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user