diff options
author | Shaoyun Liu <Shaoyun.Liu@amd.com> | 2018-02-01 16:45:26 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-19 14:19:43 -0500 |
commit | e966a725c0d87cc6a591ca3cfe04aaefc9e09ea6 (patch) | |
tree | 0926e79ccec5022dd31fda0cf9affed83310c382 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 7227c911303db23404ebb126928e55cfad8e2545 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 2ad9de42b65b..628ed92fe9a2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -1036,7 +1036,7 @@ int amdgpu_device_ip_block_add(struct amdgpu_device *adev, | |||
1036 | if (!ip_block_version) | 1036 | if (!ip_block_version) |
1037 | return -EINVAL; | 1037 | return -EINVAL; |
1038 | 1038 | ||
1039 | DRM_DEBUG("add ip block number %d <%s>\n", adev->num_ip_blocks, | 1039 | DRM_INFO("add ip block number %d <%s>\n", adev->num_ip_blocks, |
1040 | ip_block_version->funcs->name); | 1040 | ip_block_version->funcs->name); |
1041 | 1041 | ||
1042 | adev->ip_blocks[adev->num_ip_blocks++].version = ip_block_version; | 1042 | adev->ip_blocks[adev->num_ip_blocks++].version = ip_block_version; |