mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	benchmarks/gem_exec_ctx: Fix fd switching between default contexts
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
		
							parent
							
								
									bb35716d25
								
							
						
					
					
						commit
						276fb3d3f4
					
				@ -141,7 +141,7 @@ static int loop(unsigned ring, int reps, enum mode mode)
 | 
			
		||||
					break;
 | 
			
		||||
 | 
			
		||||
				case DEFAULT:
 | 
			
		||||
					fd = fds[count & 1];
 | 
			
		||||
					fd = fds[loops & 1];
 | 
			
		||||
					break;
 | 
			
		||||
 | 
			
		||||
				case NOP:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user