mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 18:50:11 +07:00
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>
This commit is contained in:
parent
de430916b4
commit
e1046a1f70
@ -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 */
|
||||
|
@ -1260,7 +1260,7 @@ static int sdma_v5_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");
|
||||
|
||||
ring->doorbell_index = (i == 0) ?
|
||||
|
Loading…
Reference in New Issue
Block a user