mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	tests/drv_getparams: mark EU and subslice fetch as basic v2
Fundamental and simple functionality.
v2: make whole test basic (Daniel)
    add to .gitignore
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
			
			
This commit is contained in:
		
							parent
							
								
									e920d719b2
								
							
						
					
					
						commit
						b0d8d73d8b
					
				
							
								
								
									
										2
									
								
								tests/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								tests/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -10,7 +10,7 @@ drm_vma_limiter
 | 
			
		||||
drm_vma_limiter_cached
 | 
			
		||||
drm_vma_limiter_cpu
 | 
			
		||||
drm_vma_limiter_gtt
 | 
			
		||||
drv_getparams
 | 
			
		||||
drv_getparams_basic
 | 
			
		||||
drv_hangman
 | 
			
		||||
drv_suspend
 | 
			
		||||
gem_alive
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ NOUVEAU_TESTS_M = \
 | 
			
		||||
 | 
			
		||||
TESTS_progs_M = \
 | 
			
		||||
	core_get_client_auth \
 | 
			
		||||
	drv_getparams \
 | 
			
		||||
	drv_getparams_basic \
 | 
			
		||||
	drv_suspend \
 | 
			
		||||
	drv_hangman \
 | 
			
		||||
	gem_bad_reloc \
 | 
			
		||||
 | 
			
		||||
@ -157,9 +157,9 @@ igt_main
 | 
			
		||||
		init();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	igt_subtest("subslice-total")
 | 
			
		||||
	igt_subtest("basic-subslice-total")
 | 
			
		||||
		subslice_total();
 | 
			
		||||
 | 
			
		||||
	igt_subtest("eu-total")
 | 
			
		||||
	igt_subtest("basic-eu-total")
 | 
			
		||||
		eu_total();
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user