mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +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
|
||||
|
||||
valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw',
|
||||
'chv')
|
||||
'chv', 'skl')
|
||||
def parse_platforms(p):
|
||||
l = p.split(',')
|
||||
for p in l:
|
||||
|
Loading…
x
Reference in New Issue
Block a user