summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
diff options
context:
space:
mode:
authorYong Zhao <Yong.Zhao@amd.com>2020-04-17 16:16:57 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-04-22 18:11:49 -0400
commite1046a1f703c660ddbf8c5ea36e84d7584fa99eb (patch)
tree0a922f9cd21f09f886f8b17be1d280488e7bf2de /drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
parentde430916b4ef6dd0530a747c01e836a7832f7d21 (diff)
downloadlinux-e1046a1f703c660ddbf8c5ea36e84d7584fa99eb.tar.bz2
drm/amdgpu: Adjust the SDMA doorbell info printing
Turn off the printing by default because it is not very useful, while adding more details. Signed-off-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
index b1bfda23ea31..f092f12fecfe 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
@@ -1851,7 +1851,7 @@ static int sdma_v4_0_sw_init(void *handle)
ring->ring_obj = NULL;
ring->use_doorbell = true;
- DRM_INFO("use_doorbell being set to: [%s]\n",
+ DRM_DEBUG("SDMA %d use_doorbell being set to: [%s]\n", i,
ring->use_doorbell?"true":"false");
/* doorbell size is 2 dwords, get DWORD offset */