summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-07drm/amd/pp: Add #ifdef checks for CONFIG_ACPIRex Zhu1-0/+2
2018-03-07drm/amd/pp: Add auto power profilng switch based on workloads (v2)Rex Zhu1-0/+16
2018-03-05drm/amd/pp: Add a helper to set field in u32Rex Zhu1-0/+16
2018-03-05drm/amd/pp: Remove cgs_query_system_infoRex Zhu1-39/+15
2018-03-05drm/amd/pp: Use amdgpu acpi helper functions in powerplayRex Zhu1-3/+1
2018-03-05drm/amd/pp: Refine powerplay instanceRex Zhu1-3/+4
2018-02-19drm/amd/pp: Disable OD feature on APU/IcelandRex Zhu1-0/+4
2018-02-19drm/amd/pp: Add a new pp feature mask bit for OD featureRex Zhu1-0/+3
2018-02-19drm/amd/pp: Add a helper to convert VID to voltage valueRex Zhu1-0/+5
2018-02-19drm/amd/powerplay: removed hwmgr_handle_task unused parameter and given a bet...Evan Quan1-5/+3
2018-02-19drm/amd/powerplay: remove unused parameter of phm_start_thermal_controller (v2)Evan Quan1-2/+2
2017-12-19drm/amd/pp: delete repeated call of force_dpm_levelRex Zhu1-0/+1
2017-10-06drm/amd/powerplay: fix mclk can't switch on TongaRex Zhu1-1/+0
2017-09-28drm/amdgpu: use designated initialiser for thermal_irq_src.Dave Airlie1-3/+3
2017-09-26drm/amd/powerplay: add new helper functions in hwmgr.hRex Zhu1-3/+39
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu1-1/+18
2017-09-26drm/amd/powerplay: refine interface in struct pp_smumgr_funcRex Zhu1-1/+1
2017-09-26drm/amd/powerplay: add register thermal interrupt in hwmgr_hw_initEric Huang1-1/+74
2017-09-26drm/amd/powerplay: Add support for CI asics to hwmgrRex Zhu1-25/+32
2017-09-18drm/amd/powerplay: delete dead code in powerplayRex Zhu1-12/+0
2017-09-18drm/amd/powerplay: refine code for thermal control in powerplayRex Zhu1-0/+1
2017-09-12drm/amd/powerplay: Fix psm_set_user_performance_state()Tom St Denis1-2/+2
2017-09-12drm/amd/powerplay: delete eventmgr layer in poweprlayRex Zhu1-78/+136
2017-08-15drm/amd/powerplay: fix coding style in hwmgr.cRex Zhu1-7/+7
2017-08-15drm/amd/powerplay: refine dmesg info under powerplay.Rex Zhu1-7/+6
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-0/+9
2017-05-24drm/amd/powerplay: add raven support in hwmgr. (v2)Rex Zhu1-0/+9
2017-05-22drm/amd: include <linux/delay.h> instead of "linux/delay.h"Masahiro Yamada1-2/+2
2017-03-29drm/amd/powerplay: add Vega10 powerplay support (v5)Eric Huang1-0/+9
2017-01-27drm/amd/powerplay: Configuring DIDT blocks only SQ enabled on Polaris11.Rex Zhu1-9/+12
2017-01-27drm/amd/powerplay: change function name to make code more readableRex Zhu1-3/+3
2017-01-27drm/amd/powerplay: fix memory leak in smu7_hwmgrRex Zhu1-15/+0
2017-01-27drm/amd/powerplay: not use module parameter in powerplay.Rex Zhu1-3/+3
2017-01-27drm/amd/powerplay: refine powerplay interface.Rex Zhu1-30/+84
2017-01-27drm/amd/powerplay: fix bug dpm level unexpectly be reset to auto.Rex Zhu1-1/+1
2017-01-27drm/amd/powerplay: update all printk to pr_* on hwmgrHuang Rui1-4/+4
2017-01-27drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h>Huang Rui1-1/+2
2017-01-06drm/amdgpu/powerplay: add Polaris12 supportJunwei Zhang1-1/+2
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-20/+11
2016-11-11drm/amd/powerplay: enable voltage control by default for dgpu.Rex Zhu1-6/+3
2016-11-11drm/amd/powerplay: use mask bit for deepsleep/power tune feature.Rex Zhu1-2/+2
2016-11-11drm/amd/powerplay: make CAC feature controlled by module parameter.Rex Zhu1-13/+7
2016-11-10drm/amd/powerplay: update phm_get_voltage_evv_on_sclk for icelandAlex Deucher1-1/+3
2016-11-10drm/amd/powerplay: propagate errors in phm_get_voltage_evv_on_sclkAlex Deucher1-1/+1
2016-10-27drm/amd/powerplay: fix bug get wrong evv voltage of Polaris.Rex Zhu1-1/+1
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager icelandRex Zhu1-7/+26
2016-09-19drm/amd/powerplay: use smu7_hwmgr to manager tonga.Rex Zhu1-3/+29
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager fijiRex Zhu1-2/+26
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11Rex Zhu1-2/+36
2016-09-19drm/amd/powerplay: fix potential issue of array access violationRex Zhu1-5/+2