drm/amdgpu: Enable ip block bit mask print out info by default
Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com> Reviewed-by: Christian Konig <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
		
							parent
							
								
									7227c91130
								
							
						
					
					
						commit
						e966a725c0
					
				| @ -1036,7 +1036,7 @@ int amdgpu_device_ip_block_add(struct amdgpu_device *adev, | ||||
| 	if (!ip_block_version) | ||||
| 		return -EINVAL; | ||||
| 
 | ||||
| 	DRM_DEBUG("add ip block number %d <%s>\n", adev->num_ip_blocks, | ||||
| 	DRM_INFO("add ip block number %d <%s>\n", adev->num_ip_blocks, | ||||
| 		  ip_block_version->funcs->name); | ||||
| 
 | ||||
| 	adev->ip_blocks[adev->num_ip_blocks++].version = ip_block_version; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user