projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf0a90
)
drm/amdgpu/dce6: Use DRM_DEBUG instead of DRM_INFO for HPD IRQ info
author
Michel Dänzer
<michel.daenzer@amd.com>
Fri, 23 Feb 2018 11:29:04 +0000
(12:29 +0100)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 7 Mar 2018 21:27:03 +0000
(16:27 -0500)
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>
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index bd2c4f727df661866733d3b21254769220f7101c..a712f4b285f6c2d636b5546c841ce528b114c884 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
@@
-3093,7
+3093,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;