summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2024-07-16drm/amd/pm: early return if disabling DPMS for GFX IP v11.5.2Tim Huang1-12/+4
2024-07-10drm/amd/pm: Ignore initial value in smu response registerDanijel Slivka3-5/+40
2024-07-08drm/amd/swsmu: enable more Pstates profile levels for SMU v14.0.0 and v14.0.1Li Ma1-10/+142
2024-07-08drm/amd/pm: avoid to load smu firmware for APUsTim Huang1-1/+1
2024-07-05Merge tag 'amd-drm-next-6.11-2024-07-03' of https://gitlab.freedesktop.org/ag...Daniel Vetter3-27/+24
2024-07-05Merge tag 'amd-drm-next-6.11-2024-06-28' of https://gitlab.freedesktop.org/ag...Daniel Vetter2-31/+2
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter1-1/+1
2024-07-02drm/amd/pm: add SMU IP v14.0.4 supportTim Huang2-0/+3
2024-07-02drm/amd/pm: smu v14.0.4 reuse smu v14.0.0 dpmtableLi Ma2-27/+21
2024-06-27Revert "drm/amd/pm: workaround to pass jpeg unit test"Kenneth Feng2-31/+2
2024-06-25drm/amd/swsmu: add MALL init support workaround for smu_v14_0_1Li Ma5-3/+96
2024-06-19drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-06-19drm/amd/pm: powerplay: Add `__counted_by` attribute for flexible arraysMario Limonciello2-37/+37
2024-06-19drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-06-19drm/amd/swsmu: add MALL init support workaround for smu_v14_0_1Li Ma5-3/+96
2024-06-14drm/amd/pm: update check condition for SMU mode1 resetTao Zhou3-3/+3
2024-06-14drm/amdgpu: create amdgpu_ras_in_recovery to simplify codeTao Zhou3-16/+4
2024-06-14drm/amdgpu: refine pmfw/smu firmware loadingYang Wang5-25/+7
2024-06-14drm/amd/pm: remove dead code in navi10_emit_clk_levels and navi10_print_clk_l...Jesse Zhang1-4/+0
2024-06-05drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsMario Limonciello1-9/+11
2024-06-05drm/amd/pm: remove dead code in si_convert_power_level_to_smcJesse Zhang1-4/+0
2024-06-05drm/amd/pm: add missing error handling in function smu_v13_0_6_allocate_dpm_c...Bob Zhou1-0/+5
2024-06-05drm/amd/pm: Fix the null pointer dereference for vega10_hwmgrBob Zhou1-4/+25
2024-05-31Merge tag 'amd-drm-fixes-6.10-2024-05-30' of https://gitlab.freedesktop.org/a...Dave Airlie1-1/+0
2024-05-29drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2Heiner Kallweit1-1/+0
2024-05-29drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsMario Limonciello1-9/+11
2024-05-23drm/amd/pm: workaround to pass jpeg unit testKenneth Feng2-2/+31
2024-05-23drm/amd/pm: fix unsigned value asic_type compared againstJesse Zhang1-6/+2
2024-05-20drm/amd/pm: enable thermal alert on smu 14.0.2/3Kenneth Feng3-3/+108
2024-05-20Revert "drm/amd/pm: Add gpu_metrics_v1_6"Asad Kamal1-3/+0
2024-05-20Documentation/amdgpu: Add PM policy documentationLijo Lazar1-0/+53
2024-05-20Revert "drm/amd/pm: Use gpu_metrics_v1_6 for SMUv13.0.6"Asad Kamal1-14/+4
2024-05-20drm/amd/pm: Remove unused interface to set plpdLijo Lazar4-91/+0
2024-05-20drm/amd/swsmu: update Dpmclocks_t for smu v14.0.1Li Ma1-1/+0
2024-05-20drm/amd/pm: update driver-if interfaceKenneth Feng2-3/+20
2024-05-17drm/amd/pm: Remove legacy interface for xgmi plpdLijo Lazar6-146/+0
2024-05-17drm/amd/pm: Add xgmi plpd to arcturus pm_policyLijo Lazar2-3/+46
2024-05-17drm/amd/pm: Add xgmi plpd to aldebaran pm_policyLijo Lazar1-0/+36
2024-05-17drm/amd/pm: Add xgmi plpd to SMU v13.0.6 pm_policyLijo Lazar4-6/+90
2024-05-17drm/amd/pm: Add xgmi plpd policy to pm_policyLijo Lazar2-0/+3
2024-05-17drm/amd/pm: Add support to select pstate policyLijo Lazar4-0/+104
2024-05-17drm/amd/pm: Update PMFW messages for SMUv13.0.6Lijo Lazar2-2/+4
2024-05-17drm/amd/pm: Add support for DPM policiesLijo Lazar5-0/+299
2024-05-17drm/amd/pm: support mode1 reset on smu v14.0.3Kenneth Feng1-2/+7
2024-05-17drm/amd/pm: support pp_dpm_pcie on smu v14.0.2/3Kenneth Feng3-1/+39
2024-05-17drm/amd/pm: disable gpo temporarilyKenneth Feng1-0/+2
2024-05-17drm/amd/pm: add pp_dpm_dcefclk for smu 14.0.2/3Kenneth Feng1-0/+24
2024-05-17drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesMa Jun3-10/+18
2024-05-17drm/amdgpu/pm: Drop hard-code value of usTMaxMa Jun1-2/+0
2024-05-17drm/amd/pm: Fix aldebaran pcie speed reportingLijo Lazar1-2/+2