mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	drm/amdgpu: add more cases to noretry=1
Port current list from amd-staging-drm-next. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
		
							parent
							
								
									ebbb7bb9e8
								
							
						
					
					
						commit
						5f3854f1f4
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -564,6 +564,9 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
 | 
				
			||||||
	case IP_VERSION(9, 4, 0):
 | 
						case IP_VERSION(9, 4, 0):
 | 
				
			||||||
	case IP_VERSION(9, 4, 1):
 | 
						case IP_VERSION(9, 4, 1):
 | 
				
			||||||
	case IP_VERSION(9, 4, 2):
 | 
						case IP_VERSION(9, 4, 2):
 | 
				
			||||||
 | 
						case IP_VERSION(10, 3, 5):
 | 
				
			||||||
 | 
						case IP_VERSION(10, 3, 3):
 | 
				
			||||||
 | 
						case IP_VERSION(9, 3, 0):
 | 
				
			||||||
		/*
 | 
							/*
 | 
				
			||||||
		 * noretry = 0 will cause kfd page fault tests fail
 | 
							 * noretry = 0 will cause kfd page fault tests fail
 | 
				
			||||||
		 * for some ASICs, so set default to 1 for these ASICs.
 | 
							 * for some ASICs, so set default to 1 for these ASICs.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue