mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	flip_test: drop vblank vs. pan
pageflip vs. pan is interesting since we wait for outstanding flips before updating the fb base address. For vblank absolutely nothing interesting happens.
This commit is contained in:
		
							parent
							
								
									7125a338ec
								
							
						
					
					
						commit
						3b1fbbf412
					
				@ -846,9 +846,6 @@ int main(int argc, char **argv)
 | 
			
		||||
		{ 30,  TEST_VBLANK | TEST_DPMS, "wf-vblank vs dpms" },
 | 
			
		||||
		{ 30,  TEST_VBLANK | TEST_DPMS | TEST_WITH_DUMMY_LOAD,
 | 
			
		||||
					"delayed wf-vblank vs dpms" },
 | 
			
		||||
		{ 5,  TEST_VBLANK | TEST_PAN, "wf-vblank vs panning" },
 | 
			
		||||
		{ 5,  TEST_VBLANK | TEST_PAN | TEST_WITH_DUMMY_LOAD,
 | 
			
		||||
					"delayed wf-vblank vs panning" },
 | 
			
		||||
		{ 30,  TEST_VBLANK | TEST_MODESET, "wf-vblank vs modeset" },
 | 
			
		||||
		{ 30,  TEST_VBLANK | TEST_MODESET | TEST_WITH_DUMMY_LOAD,
 | 
			
		||||
					"delayed wf-vblank vs modeset" },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user