summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2018-04-19drm/amd/powerplay: header file interface to SMU updateKenneth Feng1-1/+3
2018-04-19drm/amd/pp: Fix bug voltage can't be OD separately on VIRex Zhu1-6/+10
2018-04-03drm/amd/powerply: fix power reading on FijiEric Huang1-1/+2
2018-04-03drm/amd/powerplay: Enable ACG SS featureKenneth Feng4-14/+31
2018-04-03drm/amd/pp: Clean header file in vega12_smumgr.cRex Zhu1-4/+2
2018-04-03drm/amd/pp: Remove Dead functions on Vega12Rex Zhu4-1419/+23
2018-04-03drm/amd/pp: silence a static checker warningDan Carpenter1-4/+4
2018-03-23drm/amd/pp: clean header file hwmgr.hRex Zhu2-9/+9
2018-03-23drm/amd/pp: use mlck_table.count for array loop index limitColin Ian King1-10/+11
2018-03-22drm/amd/pp: Add new asic support in pp_psm.cRex Zhu6-453/+239
2018-03-22drm/amd/pp: Clean up powerplay code on Vega12Rex Zhu2-513/+1
2018-03-22drm/amd/pp: Add smu irq handlers for legacy asicsRex Zhu1-0/+27
2018-03-22drm/amd/pp: Fix set wrong temperature range on smu7Rex Zhu1-1/+1
2018-03-21drm/amd/pp: Add smu irq handlers in sw_init instand of hw_initRex Zhu2-4/+2
2018-03-21drm/amd/pp: Refine register_thermal_interrupt functionRex Zhu9-16/+12
2018-03-21drm/amdgpu: Remove wrapper layer of cgs irq handlingRex Zhu6-131/+85
2018-03-21drm/amd/powerplay: Return per DPM level clockKenneth Feng2-96/+276
2018-03-21drm/amd/powerplay: Remove the SOC floor voltage settingKenneth Feng1-8/+0
2018-03-21drm/amd/powerplay: add the hw manager for vega12 (v4)Evan Quan12-1/+5253
2018-03-21drm/amd/powerplay: add the smu manager for vega12 (v4)Evan Quan3-1/+625
2018-03-21drm/amd/powerplay: add new pp_psm infrastructure for vega12 (v2)Evan Quan6-212/+452
2018-03-21drm/amd/powerplay: update ppatomfwctl (v2)Evan Quan2-0/+152
2018-03-21drm/amd/powerplay: add vega12_pptable.hEvan Quan1-0/+109
2018-03-21drm/amd/powerplay: add vega12_ppsmc.hEvan Quan1-0/+123
2018-03-21drm/amd/powerplay: add new smu9_driver_if.h for vega12 (v2)Evan Quan1-0/+758
2018-03-21drm/amd/powerplay: add vega12_inc.hEvan Quan1-0/+39
2018-03-21drm/amdgpu: vega12 to smu firmwareHawking Zhang1-0/+1
2018-03-21drm/amd/pp: Fix unable to handle kernel paging requestRex Zhu1-1/+1
2018-03-21drm/amd/pp: Fix gfx ring test failed on Fiji without hw avfs supportRex Zhu2-2/+7
2018-03-21drm/amd/powerplay: Fix NULL pointer deref on driver unbind.Andrey Grodzovsky1-1/+7
2018-03-19drm/amd/pp: Remove unneeded void * casts for Vega10Rex Zhu4-138/+87
2018-03-19drm/amd/pp: Delete get_xclk function in powerplay (v2)Rex Zhu10-38/+14
2018-03-19drm/amd/pp: Clean up header file for Vega10Rex Zhu6-18/+13
2018-03-19drm/amd/pp: Move functions to smu backend table for vega10Rex Zhu6-61/+53
2018-03-19drm/amd/pp: Mark bunches of functins in vega10_smumgr.c staticRex Zhu2-8/+5
2018-03-19drm/amd/pp: Remove dead functions in vega10_smumgr.cRex Zhu2-40/+0
2018-03-17drm/amd/pp: Remove the cgs wrapper for notify smu version on APURex Zhu2-7/+5
2018-03-15drm/amd/pp: Rename file name cz_* to smu8_*Rex Zhu6-4/+4
2018-03-15drm/amd/pp: Replace function/struct name cz_* with smu8_*Rex Zhu5-807/+806
2018-03-15drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.cRex Zhu2-60/+60
2018-03-15drm/amd/pp: Mv cz uvd/vce pg/dpm functions to cz_hwmgr.cRex Zhu5-209/+140
2018-03-15drm/amd/pp: Remove dead header file pp_asicblocks.hRex Zhu2-48/+0
2018-03-15drm/amd/pp: Delete dead code on cz_clockpowergating.cRex Zhu2-81/+0
2018-03-15drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu1-1/+7
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu4-448/+265
2018-03-15drm/amd/pp: Move helper functions to smu_help.cRex Zhu5-663/+723
2018-03-15drm/amd/pp: Replace rv_* with smu10_*Rex Zhu9-371/+371
2018-03-15drm/amd/pp: Fix function parameter not correctRex Zhu1-2/+2
2018-03-15drm/amd/pp: Add rv_copy_table_from/to_smc to smu backend function tableRex Zhu4-36/+44
2018-03-15drm/amd/pp: Add new smu backend function smc_table_managerRex Zhu3-0/+11