mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	tools/intel_reg_dumper: use haswell_debug_regs on BDW too
Instead of using an older set of registers. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
		
							parent
							
								
									1fd9fc0012
								
							
						
					
					
						commit
						574d62db39
					
				@ -2959,7 +2959,7 @@ int main(int argc, char** argv)
 | 
			
		||||
 | 
			
		||||
	power_well = power_well_get();
 | 
			
		||||
 | 
			
		||||
	if (IS_HASWELL(devid)) {
 | 
			
		||||
	if (IS_HASWELL(devid) || IS_BROADWELL(devid)) {
 | 
			
		||||
		intel_dump_regs(haswell_debug_regs);
 | 
			
		||||
	} else if (IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid)) {
 | 
			
		||||
		intel_dump_regs(ironlake_debug_regs);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user