summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/amdgpu_pm.c
AgeCommit message (Expand)AuthorLines
2022-05-16drm/amd/pm: consistent approach for smartshiftSathishkumar S-68/+62
2022-05-10amdgpu/pm: Disallow managing power profiles on SRIOV for Sienna CichlidDanijel Slivka-0/+9
2022-05-06drm/amd/pm: enable workload type change on smu_v13_0_7Kenneth Feng-1/+2
2022-05-05drm/amd/pm: enable pp_dpm_vclk/dclk interface for smu_v13_0_7Kenneth Feng-2/+4
2022-05-05drm/amdgpu: enable more GFX clockgating features for GC 11.0.0Evan Quan-1/+1
2022-05-04drm/amdgpu: add FGCG supportEvan Quan-0/+1
2022-05-04drm/amd/smu: Update SMU13 support for SMU 13.0.0Evan Quan-0/+1
2022-05-04drm/amd/pm: enable pp_dpm_vclk/dclk sysfs interface support for SMU 13.0.0Evan Quan-2/+4
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan-3/+3
2022-04-05amdgpu/pm: Enable sysfs nodes for vclk and dclk for NAVI12Marko Zekovic-2/+4
2022-03-31drm/amdgpu: Add unique_id support for sienna cichlidKent Russell-0/+1
2022-03-31drm/amdgpu: Use switch case for unique_idKent Russell-4/+9
2022-03-28drm/amd/pm: Check feature support using IP versionLijo Lazar-33/+40
2022-03-15drm/amd/pm: fix typos in commentsJulia Lawall-1/+1
2022-02-24amdgpu/pm: Disable managing hwmon sysfs attributes for ONEVF modeDanijel Slivka-0/+4
2022-02-16drm/amd/pm: enable pm sysfs write for one VF modeYiqing Yao-2/+2
2022-02-11amdgpu/pm: Add emit_clock_levels callsDarren Powell-14/+35
2022-02-09drm/amd/pm: correct hwmon power label nameYang Wang-3/+7
2022-02-09drm/amd/pm: fix hwmon node of power1_label create issueYang Wang-2/+1
2022-01-27drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher-0/+5
2022-01-18drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF modeMarina Nikolic-15/+2
2022-01-14drm/amd/pm: fix null ptr accessFlora Cui-0/+3
2022-01-14drm/amd/pm: correct the checks for fan attributes supportEvan Quan-11/+10
2022-01-14drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_levelAlex Deucher-50/+0
2022-01-14drm/amd/pm: revise the performance level setting APIsEvan Quan-4/+25
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan-1/+1
2022-01-14drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structureEvan Quan-3/+3
2022-01-14drm/amd/pm: do not expose power implementation details to amdgpu_pm.cEvan Quan-337/+182
2021-12-30amdgpu/pm: Make sysfs pm attributes as read-only for VFsMarina Nikolic-0/+6
2021-12-30drm/amdgpu: Enable unique_id for AldebaranKent Russell-1/+2
2021-12-01amdgpu/pm: Create shared array of power profile name stringsDarren Powell-0/+10
2021-11-22drm/amd/pm: Add debugfs info for STBAndrey Grodzovsky-0/+2
2021-11-03drm/amdgpu/pm: Don't show pp_power_profile_mode for unsupported devicesMario Limonciello-0/+4
2021-10-28drm/amdgpu/pm: look up current_level for asics without pm callbackAlex Deucher-1/+3
2021-10-21drm/amd/pm: Enable GPU metrics for One VF modeVignesh Chander-7/+7
2021-09-14drm/amd/amdgpu: Enable some sysnodes for guest smiRoy Sun-2/+2
2021-08-31drm/amdgpu: enable more pm sysfs under SRIOV 1-VF modeJiawei Gu-4/+4
2021-08-16drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan-12/+8
2021-08-16drm/amd/pm: record the RPM and PWM based fan speed settingsEvan Quan-0/+3
2021-08-16drm/amd/pm: change pp_dpm_sclk/mclk/fclk attribute is RO for aldebaranKevin Wang-2/+7
2021-08-10amdgpu/pm: Replace amdgpu_pm usage of sprintf with sysfs_emitDarren Powell-8/+8
2021-06-30amdgpu/pm: remove code duplication in show_power_cap callsDarren Powell-74/+21
2021-06-18amdgpu/pm: replaced snprintf usage in amdgpu_pm.c with sysfs_emitDarren Powell-13/+14
2021-06-08amdgpu/pm: handle return value for get_power_limitDarren Powell-15/+24
2021-06-08amdgpu/pm: modify and add smu_get_power_limit to Powerplay APIDarren Powell-15/+3
2021-06-08amdgpu/pm: modify Powerplay API get_power_limit to use new pp_power enumsDarren Powell-11/+16
2021-06-08amdgpu/pm: clean up smu_get_power_limit function signatureDarren Powell-9/+9
2021-06-04drm/amdgpu: attr to control SS2.0 bias level (v2)Sathishkumar S-0/+80
2021-06-04drm/amd/pm: sysfs attrs to read ss powershare (v6)Sathishkumar S-0/+110
2021-06-01drm/amd/pm: use attr_update if the attr has itSathishkumar S-1/+1