[Intel-gfx] [PATCH 5/8] list-workarounds/bxt: Add Broxton to the list of valid platorms

Imre Deak imre.deak at intel.com
Tue Mar 31 10:32:33 PDT 2015


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 620d02f..42af6a3 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')
+		   'chv', 'skl', 'bxt')
 def parse_platforms(p):
 	l =  p.split(',')
 	for p in l:
-- 
2.1.0



More information about the Intel-gfx mailing list