summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/renoir_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03drm/amdgpu/powerplay: unify smu send message functionLikun Gao1-1/+0
2019-11-06drm/amd/powerplay: fix struct init in renoir_print_clk_levelsRaul E Rangel1-1/+3
2019-10-25drm/amdgpu/powerplay: modify the parameters of SMU_MSG_PowerUpVcn to 0chen gong1-1/+1
2019-10-25drm/amd/powerplay: clear the swSMU code layerEvan Quan1-0/+15
2019-10-25drm/amd/powerplay: split out those internal used swSMU APIs V2Evan Quan1-0/+1
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan1-8/+6
2019-10-25drm/amdgpu/powerplay: use local renoir array sizes for clock fetchingAlex Deucher1-4/+4
2019-10-17drm/amdgpu/powerplay: implement interface pp_power_profile_modePrike Liang1-0/+34
2019-10-15drm/amdgpu/powerplay: add renoir funcs to support dcHersen Wu1-0/+96
2019-10-03drm/amd/powerplay: update the interface for getting dpm full scale clock freq...Prike Liang1-10/+6
2019-10-03drm/amd/powerplay: implement the interface for setting sclk/uclk profile_peak...Prike Liang1-0/+40
2019-10-03drm/amd/powerplay: implement interface set_power_profile_mode() (v2)Prike Liang1-0/+31
2019-10-03drm/amd/powerplay: add the interfaces for getting and setting profiling dpm c...Prike Liang1-0/+91
2019-10-03drm/amd/powerplay: add interface for getting workload typePrike Liang1-0/+29
2019-10-03drm/amd/powerplay: add interface for forcing and unforcing dpm limit valuePrike Liang1-0/+62
2019-10-03drm/amd/powerplay: bypass dpm_context null pointer check guard for some smu s...Prike Liang1-0/+1
2019-10-03drm/amd/powerplay: implement VCN power gating control interfacePrike Liang1-1/+27
2019-09-16drm/amd/powerplay: Add the interface for geting dpm current power statePrike Liang1-0/+34
2019-09-13drm/amd/powerplay: implement sysfs for getting dpm clockPrike Liang1-0/+70
2019-09-13drm/amd/powerplay: replace smu->table_count with SMU_TABLE_COUNT in smu (v2)Kevin Wang1-3/+0
2019-08-29drm/amd/powerplay: add the interface for getting ultimate frequency v3Prike Liang1-0/+22
2019-08-22drm/amd/powerplay: add DPMCLOCKS table implementationAaron Liu1-0/+6
2019-08-22drm/amd/powerplay: init smu tables for rnAaron Liu1-0/+16
2019-08-22drm/amd/powerplay: add smu tables for rnAaron Liu1-0/+27
2019-08-22drm/amd/powerplay: using valid mapping check for rnAaron Liu1-6/+7
2019-08-22drm/amd/powerplay: udpate smu_v12_0_check_fw_version (v2)Aaron Liu1-0/+2
2019-08-22drm/amdgpu/powerplay: add initial renoir_ppt.c for renoir (v3)Aaron Liu1-0/+121