projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953618c
)
drm/amdgpu: change log level to KERN_INFO in ci_dpm.c
author
Rex Zhu
<Rex.Zhu@amd.com>
Wed, 9 Nov 2016 09:27:59 +0000
(17:27 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 15 Nov 2016 17:36:53 +0000
(12:36 -0500)
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/ci_dpm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
index fe42e2fb2622c7d6e59f2df4c0c31b3b7f702820..1027f92de32b33bdabff34df0f8366e5e93f4695 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/ci_dpm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/ci_dpm.c
@@
-5991,7
+5991,7
@@
static int ci_dpm_init(struct amdgpu_device *adev)
tmp |= CNB_PWRMGT_CNTL__DPM_ENABLED_MASK;
break;
default:
- DRM_
ERROR
("Invalid PCC GPIO: %u!\n", gpio.shift);
+ DRM_
INFO
("Invalid PCC GPIO: %u!\n", gpio.shift);
break;
}
WREG32_SMC(ixCNB_PWRMGT_CNTL, tmp);