summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2018-02-23 12:29:04 +0100
committerAlex Deucher <alexander.deucher@amd.com>2018-03-05 15:37:31 -0500
commita44f8626603292c40bb88e11db0a50bb8c9a900a (patch)
tree5ce389f9c1294463e1e05fba066480aa90cae73d /drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
parent81988f9c3d9907d7df0ea97e8e4842064b88b7b8 (diff)
downloadop-kernel-dev-a44f8626603292c40bb88e11db0a50bb8c9a900a.zip
op-kernel-dev-a44f8626603292c40bb88e11db0a50bb8c9a900a.tar.gz
drm/amdgpu/dce6: Use DRM_DEBUG instead of DRM_INFO for HPD IRQ info
For consistency with other DCE generations. HPD IRQs appear to be working fine. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v6_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index 03f1936..ee2162e 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
@@ -3037,7 +3037,7 @@ static int dce_v6_0_hpd_irq(struct amdgpu_device *adev,
tmp |= DC_HPD1_INT_CONTROL__DC_HPD1_INT_ACK_MASK;
WREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[hpd], tmp);
schedule_work(&adev->hotplug_work);
- DRM_INFO("IH: HPD%d\n", hpd + 1);
+ DRM_DEBUG("IH: HPD%d\n", hpd + 1);
}
return 0;
OpenPOWER on IntegriCloud