Skip to content

Commit 3c27b3f

Browse files
Michel Dänzeralexdeucher
authored andcommitted
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 <[email protected]> Signed-off-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent caf0a90 commit 3c27b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/dce_v6_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@ static int dce_v6_0_hpd_irq(struct amdgpu_device *adev,
30933093
tmp |= DC_HPD1_INT_CONTROL__DC_HPD1_INT_ACK_MASK;
30943094
WREG32(mmDC_HPD1_INT_CONTROL + hpd_offsets[hpd], tmp);
30953095
schedule_work(&adev->hotplug_work);
3096-
DRM_INFO("IH: HPD%d\n", hpd + 1);
3096+
DRM_DEBUG("IH: HPD%d\n", hpd + 1);
30973097
}
30983098

30993099
return 0;

0 commit comments

Comments
 (0)