summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2017-10-19drm/amd/powerplay: get the temperature on CZSatyajit Sahu1-0/+1
2017-10-06drm/amd/powerplay: fix mclk can't switch on TongaRex Zhu2-2/+5
2017-10-06drm/amd/powerplay: Partially revert changes and fix smu7_notify_smc_display()Tom St Denis1-5/+2
2017-10-06drm/amd/powerplay: fix typo on avfs disableEvan Quan1-1/+1
2017-10-06drm/amd/powerplay: get raven sclk and mclk levels (v2)Evan Quan1-1/+47
2017-10-06drm/amd/powerplay: get raven current sclk and mclk (v2)Evan Quan1-2/+26
2017-10-06drm/amd/powerplay: get raven max/min gfx clocks (v2)Evan Quan2-0/+22
2017-10-06drm/amd/powerplay: added new raven ppsmc messagesEvan Quan1-1/+6
2017-10-06drm/amd/powerplay: fixed wrong return value on error (v2)Evan Quan1-4/+4
2017-10-06drm/amd/powerplay: delete flag PP_VALIDRex Zhu2-5/+1
2017-10-06drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu2-23/+22
2017-10-06drm/amd/powerplay: tidy up ret checks in amd_powerplay.c (v3)Rex Zhu1-38/+38
2017-10-01drm/amd/powerplay: refine code in amd_powerplay.c (v2)Rex Zhu2-36/+25
2017-09-29amdgpu/pp: rewrite fiji pwr virus upload code.Dave Airlie2-9548/+1284
2017-09-29amdgpu/pp: rewrite polaris pwrvirus upload code.Dave Airlie2-9549/+1285
2017-09-29amdgpu/pp: constify soft_dummy_pp_table.Dave Airlie1-1/+1
2017-09-29amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie4-8/+4
2017-09-28drm/amd/powerplay: change dmesg log level in powerplayRex Zhu1-1/+1
2017-09-28drm/amdgpu: create powerplay by cgs interfaceRex Zhu2-41/+48
2017-09-28drm/amdgpu: delete pp_enable in adevRex Zhu1-1/+17
2017-09-28drm/amd/powerplay: fix memory leak in powerplayRex Zhu1-0/+1
2017-09-28drm/amd/powerplay: fix spelling mistake: "dividable" -> "divisible"Colin Ian King3-3/+3
2017-09-28amdgpu/pp: reduce size of vega10_fuses_defaultDave Airlie2-1249/+1238
2017-09-28drm/amdgpu: use designated initialiser for thermal_irq_src.Dave Airlie1-3/+3
2017-09-28amdgpu/pp: slim down the pwr virus tables.Dave Airlie4-20324/+20284
2017-09-28amdgpu/pp: move amdgpu_fuses_default into static const.Dave Airlie3-5/+3
2017-09-28amdgpu/pp: move PhwVega10_Magic to static const.Dave Airlie2-2/+1
2017-09-28amdgpu/pp: remove ci_smc/smumgr split.Dave Airlie4-154/+71
2017-09-28drm/amdgpu/vega10: static constify channel_numberDave Airlie1-1/+1
2017-09-28drm/amdgpu/pp: constify some powerplay tablesDave Airlie1-7/+7
2017-09-28amdgpu/powerplay: constify large structDave Airlie2-4/+4
2017-09-26drm/amd/powerplay: delete dead code in smumgrRex Zhu2-119/+0
2017-09-26drm/amd/powerplay: delete SMUM_FIELD_MASKRex Zhu1-2/+2
2017-09-26drm/amd/powerplay: delete SMUM_WAIT_INDIRECT_FIELDRex Zhu3-13/+2
2017-09-26drm/amd/powerplay: delete SMUM_READ_FIELDRex Zhu4-7/+5
2017-09-26drm/amd/powerplay: delete SMUM_SET_FIELDRex Zhu2-11/+6
2017-09-26drm/amd/powerplay: delete SMUM_READ_VFPF_INDIRECT_FIELDRex Zhu6-14/+9
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu4-29/+23
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_FIELDRex Zhu4-11/+8
2017-09-26drm/amd/powerplay: delete SMU_WRITE_INDIRECT_FIELDRex Zhu3-21/+6
2017-09-26drm/amd/powerplay: move macros to hwmgr.hRex Zhu6-22/+22
2017-09-26drm/amd/powerplay: move PHM_WAIT_VFPF_INDIRECT_FIELD to hwmgr.hRex Zhu6-23/+25
2017-09-26drm/amd/powerplay: move SMUM_WAIT_VFPF_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu5-18/+22
2017-09-26drm/amd/powerplay: move SMUM_WAIT_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu4-12/+16
2017-09-26drm/amd/powerplay: add new helper functions in hwmgr.hRex Zhu5-9/+50
2017-09-26drm/amd/powerplay: use SMU_IND_INDEX/DATA_11 pairRex Zhu2-3/+3
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu22-425/+339
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 Zhu32-1248/+1225
2017-09-26drm/amd/powerplay: refine phm_register_thermal_interrupt interfaceRex Zhu1-3/+3