[Intel-gfx] [PATCH i-g-t] list-workarounds/chv: Add Cherryview to the list of valid platorms

Damien Lespiau damien.lespiau at intel.com
Wed Jun 11 17:56:33 CEST 2014


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 scripts/list-workarounds | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/list-workarounds b/scripts/list-workarounds
index 68200dc..5a84ee8 100755
--- a/scripts/list-workarounds
+++ b/scripts/list-workarounds
@@ -17,7 +17,8 @@ def find_nth(haystack, needle, n):
 		n -= 1
 	return start
 
-valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw')
+valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw',
+		   'chv')
 def parse_platforms(p):
 	l =  p.split(',')
 	for p in l:
-- 
1.8.3.1




More information about the Intel-gfx mailing list