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