summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/inc
AgeCommit message (Expand)AuthorFilesLines
2018-02-19drm/amd/powerplay: removed hwmgr_handle_task unused parameter and given a bet...Evan Quan1-1/+1
2018-02-19drm/amd/powerplay: remove unused parameter of phm_start_thermal_controller (v2)Evan Quan1-1/+1
2017-12-20drm/amd/pp: Move smu_version to common codeRex Zhu1-0/+1
2017-12-19drm/amd/pp: export more smu message on RvRex Zhu1-1/+6
2017-12-19drm/amd/pp: implement phm_reset_power_profile_stateRex Zhu1-0/+1
2017-12-19drm/amd/pp: delete dead code of arbiter overdriver clkRex Zhu1-34/+0
2017-12-07drm/amdgpu: add license to files where it was missingAlex Deucher2-2/+46
2017-12-06drm/amd/include:cleanup vega10 header files.Feifei Xu1-1/+1
2017-12-05drm/amdgpu: add header kgd_pp_interface.hRex Zhu1-92/+1
2017-12-05drm/amdgpu: move struct amd_powerplay to amdgpu.hRex Zhu1-7/+0
2017-12-05drm/amd/powerplay: move functions to amd_pm_funcs tableRex Zhu1-32/+0
2017-12-05drm/amdgpu: move DC and PP shared data structures to dm_pp_interface.hRex Zhu1-143/+0
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds11-20994/+1918
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-26drm/amd/powerplay: add one smc message for Vega10Eric Huang1-1/+2
2017-10-19drm/amd/pp: move common function to smu7_smumgr.cRex Zhu1-2007/+0
2017-10-19drm/amd/pp: implement function notify_cac_buffer_info on VIRex Zhu1-0/+5
2017-10-19drm/amd/pp: add new function point in hwmgr.Rex Zhu1-0/+6
2017-10-19drm/amd/pp: export new smu messages for vega10Rex Zhu1-0/+2
2017-10-07drm/amd/powerplay: added new raven ppsmc messagesEvan Quan1-1/+6
2017-10-06drm/amd/powerplay: delete flag PP_VALIDRex Zhu1-3/+0
2017-10-06drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu1-1/+0
2017-10-02drm/amd/powerplay: refine code in amd_powerplay.c (v2)Rex Zhu1-2/+0
2017-09-29amdgpu/pp: rewrite fiji pwr virus upload code.Dave Airlie1-9539/+1258
2017-09-29amdgpu/pp: rewrite polaris pwrvirus upload code.Dave Airlie1-9539/+1258
2017-09-29amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie2-6/+2
2017-09-28drm/amdgpu: create powerplay by cgs interfaceRex Zhu1-5/+0
2017-09-28drm/amd/powerplay: fix memory leak in powerplayRex Zhu1-0/+1
2017-09-28amdgpu/pp: slim down the pwr virus tables.Dave Airlie2-20296/+20276
2017-09-26drm/amd/powerplay: delete dead code in smumgrRex Zhu1-32/+0
2017-09-26drm/amd/powerplay: delete SMUM_WAIT_INDIRECT_FIELDRex Zhu1-11/+0
2017-09-26drm/amd/powerplay: delete SMUM_READ_FIELDRex Zhu1-2/+0
2017-09-26drm/amd/powerplay: delete SMUM_SET_FIELDRex Zhu1-5/+0
2017-09-26drm/amd/powerplay: delete SMUM_READ_VFPF_INDIRECT_FIELDRex Zhu1-5/+0
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu1-6/+0
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_FIELDRex Zhu1-3/+0
2017-09-26drm/amd/powerplay: delete SMU_WRITE_INDIRECT_FIELDRex Zhu1-15/+0
2017-09-26drm/amd/powerplay: move macros to hwmgr.hRex Zhu2-14/+14
2017-09-26drm/amd/powerplay: move PHM_WAIT_VFPF_INDIRECT_FIELD to hwmgr.hRex Zhu2-13/+15
2017-09-26drm/amd/powerplay: move SMUM_WAIT_VFPF_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu2-11/+15
2017-09-26drm/amd/powerplay: move SMUM_WAIT_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu2-10/+14
2017-09-26drm/amd/powerplay: add new helper functions in hwmgr.hRex Zhu1-2/+8
2017-09-26drm/amd/powerplay: use SMU_IND_INDEX/DATA_11 pairRex Zhu1-2/+2
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu3-62/+42
2017-09-26drm/amd/powerplay: delete dead code in hwmgr.hRex Zhu1-11/+0
2017-09-26drm/amd/powerplay: refine interface in struct pp_smumgr_funcRex Zhu1-55/+55
2017-09-26drm/amd/powerplay: add register thermal interrupt in hwmgr_hw_initEric Huang1-0/+6
2017-09-26drm/amd/powerplay: add CI asics support to smumgr (v3)Rex Zhu1-0/+1
2017-09-19drm/amd/powerplay: fix pcie max lane define errorRex Zhu1-1/+1
2017-09-19drm/amd/powerplay: use struct amd_pm_funcs in powerplayRex Zhu3-49/+8