aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/pm/amdgpu_dpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-08drm/amdgpu/pm: add workload profile pause helperAlex Deucher1-0/+19
2025-04-07drm/amd/pm: implement dpm vcn reset functionRuili Ji1-0/+15
2025-04-07drm/amd/pm: Add link reset for SMU 13.0.6Ce Sun1-0/+28
2025-02-25drm/amdgpu: Check if CPER enabled when generating CPERXiang Liu1-2/+3
2025-02-25drm/amd/pm: add support for checking SDMA reset capabilityJesse.zhang@amd.com1-0/+23
2025-02-17drm/amdgpu: Generate bad page threshold cper recordsXiang Liu1-0/+3
2025-02-12drm/amdgpu/pm: fix UVD handing in amdgpu_dpm_set_powergating_by_smu()Alex Deucher1-1/+1
2024-12-10drm/amd/pm: Revert state if force level failsLijo Lazar1-23/+35
2024-12-10drm/amdgpu: add inst to amdgpu_dpm_enable_vcnBoyuan Zhang1-8/+6
2024-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang1-11/+26
2024-12-10drm/amd/pm: add inst to set_powergating_by_smuBoyuan Zhang1-2/+8
2024-12-10drm/amd/pm: implement dpm sdma reset functionJiadong Zhu1-0/+15
2024-08-13drm/amdgpu: Disable dpm_enabled flag while VF is in resetVictor Skvortsov1-1/+5
2024-07-27drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware()Alex Deucher1-1/+2
2024-07-08drm/amd/pm: avoid to load smu firmware for APUsTim Huang1-1/+1
2024-05-17drm/amd/pm: Remove legacy interface for xgmi plpdLijo Lazar1-43/+0
2024-05-17drm/amd/pm: Add support for DPM policiesLijo Lazar1-0/+30
2024-04-09drm/amdgpu/pm: Add support for MACO flag checkingMa Jun1-4/+4
2024-02-12drm/amdgpu: implement smu send rma reason for smu v13.0.6Yang Wang1-0/+15
2023-12-14drm/amd/pm: support return vpe clock tablePeyton Lee1-0/+10
2023-11-29drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan1-0/+18
2023-11-29drm/amd/pm: Add support to fetch pm metrics sampleLijo Lazar1-0/+17
2023-11-17drm/amd/pm: Fix return value and drop redundant paramMa Jun1-5/+3
2023-11-07drm/amd/pm: Hide irrelevant pm device attributesLijo Lazar1-6/+6
2023-10-13drm/amdgpu: add support to powerup VPE by SMULang Yu1-0/+1
2023-09-28drm/amd/pm: deprecate allow_xgmi_power_down interfaceLe Ma1-14/+0
2023-09-26drm/amd/pm: add xgmi_plpd_policy sysfs node for user to change plpd policyLe Ma1-0/+43
2023-05-11drm/amd/pm: avoid potential UBSAN issue on legacy asicsGuchun Chen1-2/+7
2023-05-11drm/amd/pm: parse pp_handle under appropriate conditionsGuchun Chen1-7/+13
2023-02-23drm/amdgpu: added a sysfs interface for thermal throttlingKun Liu1-0/+28
2023-02-14drm/amd/amdgpu: implement mode2 reset on smu_v13_0_10Kenneth Feng1-0/+18
2022-08-16drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida1-0/+45
2022-06-03drm/amdgpu/pm: implement the SMU_MSG_EnableGfxImu functionHuang Rui1-0/+14
2022-05-26drm/amd/pm: Return auto perf level, if unsupportedLijo Lazar1-0/+3
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-0/+39
2022-04-27drm/amd/pm: fix the deadlock issue observed on SIEvan Quan1-0/+39
2022-04-19drm/amdgpu/pm: fix the null pointer while the smu is disabledHuang Rui1-1/+1
2022-04-06drm/amdgpu: don't use BACO for reset in S3Alex Deucher1-0/+11
2022-04-05drm/amdgpu: don't use BACO for reset in S3Alex Deucher1-0/+11
2022-03-25drm/amdgpu/pm: add asic smu support checkStanley.Yang1-0/+6
2022-03-15drm/amd/pm: use pm mutex to protect ecc info tableStanley.Yang1-1/+6
2022-03-15drm/amd/pm: add send bad channel info functionStanley.Yang1-0/+12
2022-02-02amdgpu/pm: Implement new API function "emit" that accepts buffer base and write offsetDarren Powell1-0/+21
2022-01-27drm/amd/pm: fix the deadlock observed on performance_level settingEvan Quan1-33/+17
2022-01-14drm/amd/pm: fix null ptr accessFlora Cui1-1/+1
2022-01-14drm/amd/pm: correct the checks for fan attributes supportEvan Quan1-9/+12
2022-01-14drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_levelAlex Deucher1-2/+59
2022-01-14drm/amd/pm: unified lock protections in amdgpu_dpm.cEvan Quan1-183/+524
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-16/+34
2022-01-14drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan1-14/+0