mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	tests/gem_cs_prefetch: Fix bdw damage
v2: Fix more. Cc: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
		
							parent
							
								
									2d1119dfc0
								
							
						
					
					
						commit
						e39f2dbf98
					
				@ -239,7 +239,9 @@ intel_blt_copy(struct intel_batchbuffer *batch,
 | 
				
			|||||||
	       CHECK_RANGE(src_pitch) && CHECK_RANGE(dst_pitch));
 | 
						       CHECK_RANGE(src_pitch) && CHECK_RANGE(dst_pitch));
 | 
				
			||||||
#undef CHECK_RANGE
 | 
					#undef CHECK_RANGE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	BLIT_COPY_BATCH_START(batch->devid, cmd_bits);
 | 
						BEGIN_BATCH(intel_gen(batch->devid) >= 8 ? 10 : 8);
 | 
				
			||||||
 | 
						OUT_BATCH(XY_SRC_COPY_BLT_CMD | cmd_bits |
 | 
				
			||||||
 | 
							  (intel_gen(batch->devid) >= 8 ? 8 : 6));
 | 
				
			||||||
	OUT_BATCH((br13_bits) |
 | 
						OUT_BATCH((br13_bits) |
 | 
				
			||||||
		  (0xcc << 16) | /* copy ROP */
 | 
							  (0xcc << 16) | /* copy ROP */
 | 
				
			||||||
		  dst_pitch);
 | 
							  dst_pitch);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user