[Intel-gfx] [PATCH i-g-t 04/26] list-workarounds/skl: Add Skylake to the list of valid platorms
Damien Lespiau
damien.lespiau at intel.com
Fri Sep 26 16:03:02 CEST 2014
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
scripts/list-workarounds | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/list-workarounds b/scripts/list-workarounds
index 5a84ee8..620d02f 100755
--- a/scripts/list-workarounds
+++ b/scripts/list-workarounds
@@ -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:
--
1.8.3.1
More information about the Intel-gfx
mailing list