mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	list-workarounds/bdw: Add Broadwell to the list of valid platorms
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
		
							parent
							
								
									d566972336
								
							
						
					
					
						commit
						1c5e1d230b
					
				@ -17,7 +17,7 @@ def find_nth(haystack, needle, n):
 | 
			
		||||
		n -= 1
 | 
			
		||||
	return start
 | 
			
		||||
 | 
			
		||||
valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw')
 | 
			
		||||
valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw')
 | 
			
		||||
def parse_platforms(p):
 | 
			
		||||
	l =  p.split(',')
 | 
			
		||||
	for p in l:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user