[Intel-gfx] [PATCH i-g-t 1/2] list-workarounds/cnl: Add Cannonlake to the list of valid platorms
Rodrigo Vivi
rodrigo.vivi at intel.com
Fri Jun 30 21:07:39 UTC 2017
From: Damien Lespiau <damien.lespiau at intel.com>
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 70c026d..1308aa9 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', 'skl', 'bxt', 'kbl')
+ 'chv', 'skl', 'bxt', 'kbl', 'cnl')
def parse_platforms(line, p):
l = p.split(',')
for p in l:
--
1.9.1
More information about the Intel-gfx
mailing list