mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	bdw: Add gen8 to intel_gen()
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
		
							parent
							
								
									068c21b56b
								
							
						
					
					
						commit
						295137046a
					
				@ -86,6 +86,8 @@ int intel_gen(uint32_t devid)
 | 
			
		||||
		return 6;
 | 
			
		||||
	if (IS_GEN7(devid))
 | 
			
		||||
		return 7;
 | 
			
		||||
	if (IS_GEN8(devid))
 | 
			
		||||
		return 8;
 | 
			
		||||
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user