mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
skl: Add gen9 to intel_gen()
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
91ebcd0c54
commit
256831cd88
@ -172,6 +172,8 @@ int intel_gen(uint32_t devid)
|
||||
return 7;
|
||||
if (IS_GEN8(devid))
|
||||
return 8;
|
||||
if (IS_GEN9(devid))
|
||||
return 9;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user