OpenCloudOS-Kernel/drivers/gpu/drm/amd/powerplay/hwmgr
Arindam Nath d2939bc780 drm/amd/powerplay: use pr_debug to print function not implemented message
For CZ, some function pointers like display_configuration_changed
are not set. So when HW manager tries to configure display, we
end up with messages like

"[ powerplay ] this function not implement!"

in the logs. This message is informational, but lacks details
on which function is not implemented and why.

Rather than using KERN_INFO to print the message everytime the
system boots, we rather use pr_debug so that it is only printed
when debug prints are enabled at runtime.

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-12-08 14:12:18 -05:00
..
Makefile drm/amd/powerplay: use smu7 hwmgr to manager iceland 2016-09-19 13:22:17 -04:00
cz_clockpowergating.c drm/amdgpu: refine cz uvd clock gate logic. 2016-11-23 15:08:39 -05:00
cz_clockpowergating.h drm/amd/powerplay: Delete dead struct declaration 2016-05-04 20:30:31 -04:00
cz_hwmgr.c drm/amd/powerplay: mark symbols static where possible 2016-10-25 14:38:19 -04:00
cz_hwmgr.h amd/powerplay: Add structures required to report configuration change 2015-12-21 16:42:54 -05:00
functiontables.c drm/amd/powerplay: use pr_debug to print function not implemented message 2016-12-08 14:12:18 -05:00
hardwaremanager.c drm/amd/powerplay: disable cg pg task when pp uninitialize. 2016-12-06 18:08:32 -05:00
hwmgr.c Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-12-06 11:01:33 +10:00
hwmgr_ppt.h drm/amd/powerplay: update powerplay table parsing 2016-06-15 02:00:46 -04:00
pp_acpi.c drm/amdgpu: change function declarations and add missing header dependencies 2016-10-25 14:38:58 -04:00
ppatomctrl.c drm/amd/powerplay: fix bug get wrong evv voltage of Polaris. 2016-10-27 13:59:36 -04:00
ppatomctrl.h Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-07-28 05:51:39 +10:00
ppevvmath.h drm/amd/powerplay: Delete unused functions in ppevvmath.h 2016-07-29 14:36:56 -04:00
pppcielanes.c drm/amd/powerplay: add Tonga dpm support (v3) 2015-12-21 16:42:15 -05:00
pppcielanes.h drm/amd/powerplay: add Tonga dpm support (v3) 2015-12-21 16:42:15 -05:00
pptable_v1_0.h drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*. 2016-09-16 15:52:49 -04:00
process_pptables_v1_0.c Linux 4.9-rc4 2016-11-07 09:37:09 +10:00
process_pptables_v1_0.h drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*. 2016-09-16 15:52:49 -04:00
processpptables.c drm/amdgpu: use same vce state definition in dpm and powerplay 2016-10-25 14:38:39 -04:00
processpptables.h drm/amd/powerplay: add pp_tables_get_response_times function in process pptables 2016-07-15 12:34:03 -04:00
smu7_clockpowergating.c drm/amd/powerplay: partial revert commit 01b0e7fb1. 2016-11-11 10:21:11 -05:00
smu7_clockpowergating.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00
smu7_dyn_defaults.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00
smu7_hwmgr.c Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-12-06 11:01:33 +10:00
smu7_hwmgr.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00
smu7_powertune.c drm/amd/powerplay: fix code style 2016-11-11 10:21:02 -05:00
smu7_powertune.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00
smu7_thermal.c drm/amd/powerplay: don't succeed in getters if fan is missing 2016-10-31 12:33:31 -04:00
smu7_thermal.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00