mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
list-workarounds/skl: Add Skylake to the list of valid platorms
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
4d95a1551b
commit
334f657e98
@ -18,7 +18,7 @@ def find_nth(haystack, needle, n):
|
|||||||
return start
|
return start
|
||||||
|
|
||||||
valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw',
|
valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw',
|
||||||
'chv')
|
'chv', 'skl')
|
||||||
def parse_platforms(p):
|
def parse_platforms(p):
|
||||||
l = p.split(',')
|
l = p.split(',')
|
||||||
for p in l:
|
for p in l:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user