mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	tests/prime_nv_test: Skip cpu mmap testcase
It's not implemented yet, so no point in running the test really. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68638 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
		
							parent
							
								
									fbc6730238
								
							
						
					
					
						commit
						83757d7b39
					
				@ -201,6 +201,8 @@ static void test_i915_import_cpu_mmap(void)
 | 
			
		||||
	struct nouveau_bo *nvbo;
 | 
			
		||||
	uint32_t *ptr;
 | 
			
		||||
 | 
			
		||||
	igt_skip("cpu mmap support for imported dma-bufs not yet implemented\n");
 | 
			
		||||
 | 
			
		||||
	igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
 | 
			
		||||
				  0, BO_SIZE, NULL, &nvbo) == 0);
 | 
			
		||||
	igt_assert(nouveau_bo_set_prime(nvbo, &prime_fd) == 0);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user