aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
diff options
context:
space:
mode:
authorXiangliang Yu <[email protected]>2017-05-04 06:02:31 +0000
committerAlex Deucher <[email protected]>2017-05-24 21:40:22 +0000
commit034b6867a4029bfdf5645949ded8443a3b96987a (patch)
treeadbc4dbdf2d61984fb5f629d6b3da08fea597ca1 /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
parentdrm/amdgpu/psp: Do not load asd for SRIOV (diff)
downloadkernel-034b6867a4029bfdf5645949ded8443a3b96987a.tar.gz
kernel-034b6867a4029bfdf5645949ded8443a3b96987a.zip
drm/amdgpu/virt: change AI ack-irq message to debug level
Change message to debug level as VI does. Signed-off-by: Xiangliang Yu <[email protected]> Reviewed-by: Monk Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
index e967a7b17afe..96139ec5ed62 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
@@ -213,7 +213,7 @@ static int xgpu_ai_mailbox_ack_irq(struct amdgpu_device *adev,
struct amdgpu_irq_src *source,
struct amdgpu_iv_entry *entry)
{
- printk("get ack intr and do nothing.\n");
+ DRM_DEBUG("get ack intr and do nothing.\n");
return 0;
}