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:
81988f9
)
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>
Mon, 5 Mar 2018 20:37:31 +0000
(15:37 -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 03f19363f8f664c253ab193b6c6a105c86ed8b0d..ee2162e81da97960cd36a3ef3bb33b9697b5cbfc 100644
(file)
--- 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;