summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2018-03-16drm/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
2018-03-15drm/amd/pp: Mark internal functions as static in rv_smumgr.cRex Zhu1-3/+3
2018-03-15drm/amd/pp: Add rv_read_arg_from_smc to smu backend function tableRex Zhu3-14/+11
2018-03-15drm/amd/pp: Remove meanless return value check in RVRex Zhu2-117/+53
2018-03-15drm/amd/pp: Delete is_smc_ram_running function on RVRex Zhu2-28/+0
2018-03-15drm/amd/pp: Clean up header file includeRex Zhu3-7/+3
2018-03-15drm/amd/pp: Fix memory leak in error path in smumgrRex Zhu6-23/+43
2018-03-15drm/amd/pp: Simplified the avfs btc state on smu7Rex Zhu7-150/+51
2018-03-15drm/amd/powerplay: Fix KASAN user after free on driver unload.Andrey Grodzovsky2-48/+23
2018-03-14drm/amdgpu/powerplay/vega10: fix memory leak in error pathAlex Deucher1-2/+4
2018-03-14drm/amd/pp: remove redundant pointer internal_bufColin Ian King1-2/+0
2018-03-14drm/amdgpu: Move IH clientid defs to separate fileOak Zeng1-3/+3
2018-03-14drm/amd/pp: fix missing CONFIG_ACPI.Dave Airlie1-0/+2
2018-03-07drm/amd/pp: Add #ifdef checks for CONFIG_ACPIRex Zhu2-0/+4
2018-03-07drm/amd/pp: fix "Delete the wrapper layer of smu_allocate/free_memory"Christian König2-2/+2
2018-03-07drm/amd/pp: Drop wrapper functions for upper/lower_32_bitsRex Zhu5-33/+28
2018-03-07drm/amd/pp: Delete the wrapper layer of smu_allocate/free_memoryRex Zhu10-301/+195
2018-03-07drm/amd/pp: Remove cgs wrapper function for temperature updateRex Zhu1-1/+3
2018-03-07Revert "drm/amd/pp: Add a pp feature mask bit for AutoWattman feature"Rex Zhu1-1/+0
2018-03-07drm/amd/pp: Add auto power profilng switch based on workloads (v2)Rex Zhu7-18/+63
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu13-540/+0
2018-03-06drm/amd/pp: Fix sclk in highest two levels when compute on smu7Rex Zhu1-0/+21
2018-03-06drm/amd/pp: Implement get/set_power_profile_mode on smu7Rex Zhu1-0/+143
2018-03-06drm/amd/pp: Implement update_dpm_settings on CIRex Zhu1-0/+97
2018-03-06drm/amd/pp: Implement update_dpm_settings on TongaRex Zhu1-0/+97
2018-03-06drm/amd/pp: Implement update_dpm_settings on FijiRex Zhu1-0/+97
2018-03-05drm/amd/pp: Implement update_dpm_settings on PolarisRex Zhu1-0/+97
2018-03-05drm/amd/pp: Add a helper to set field in u32Rex Zhu2-0/+18
2018-03-05drm/amd/pp: Add common interface in smu for update dpm settingRex Zhu3-0/+10
2018-03-05drm/amd/pp: Add PCC feature support on VegaRex Zhu3-0/+36
2018-03-05drm/amd/pp: Export new smu message for PCC feature on Vega10Rex Zhu1-2/+2
2018-03-05drm/amd/pp: Remove cgs_query_system_infoRex Zhu12-193/+72
2018-03-05drm/amd/pp: Remove the wrap functions for acpi in powerplayRex Zhu3-141/+1
2018-03-05drm/amd/pp: Use amdgpu acpi helper functions in powerplayRex Zhu3-8/+4
2018-03-05drm/amd/pp: Refine powerplay instanceRex Zhu4-12/+10
2018-03-05drm/amd/pp: Simplify the create of powerplay instanceRex Zhu2-13/+19
2018-03-05drm/amd/pp: Fix incorrect return value in smu7_check_clk_voltage_validRex Zhu1-1/+1