[Intel-gfx] [PATCH i-g-t 2/2] list-workarounds/cfl: Add Coffee Lake to the list of valid platorms
Rodrigo Vivi
rodrigo.vivi at intel.com
Fri Jun 30 21:07:40 UTC 2017
Signed-off-by: Rodrigo Vivi <rodrigo.vivi 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 1308aa9..c236981 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', 'cnl')
+ 'chv', 'skl', 'bxt', 'kbl', 'cfl', 'cnl')
def parse_platforms(line, p):
l = p.split(',')
for p in l:
--
1.9.1
More information about the Intel-gfx
mailing list