mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	A basic measurement, how fast can we create and populate an object with backing storage? Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
		
			
				
	
	
		
			14 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
bin_PROGRAMS =                          \
 | 
						|
	intel_upload_blit_large         \
 | 
						|
	intel_upload_blit_large_gtt     \
 | 
						|
	intel_upload_blit_large_map     \
 | 
						|
	intel_upload_blit_small		\
 | 
						|
	gem_create			\
 | 
						|
	gem_exec_ctx			\
 | 
						|
	gem_exec_nop			\
 | 
						|
	gem_mmap			\
 | 
						|
	gem_prw				\
 | 
						|
	gem_userptr_benchmark		\
 | 
						|
	kms_vblank			\
 | 
						|
	$(NULL)
 |