summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu
AgeCommit message (Expand)AuthorFilesLines
2024-09-27drm/amd/pm: update workload mask after the settingKenneth Feng3-2/+13
2024-09-18drm/amd/pm: Update SMUv13.0.6 PMFW headersAsad Kamal1-1/+5
2024-09-18drm/amdgpu: Retry i2c transfer once if it fails on SMU13.0.6Kent Russell1-2/+6
2024-09-10drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3Kenneth Feng1-0/+3
2024-09-10drm/amd/pm: update the features set on smu v14.0.2/3Kenneth Feng2-1/+19
2024-09-05Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"Alex Deucher1-2/+4
2024-08-28drm/amdgpu/swsmu: always force a state reprogram on initAlex Deucher1-6/+9
2024-08-28drm/amdgpu/smu13.0.7: print index for profilesAlex Deucher1-2/+2
2024-08-28drm/amdgpu/swsmu: fix ordering for setting workload_maskAlex Deucher1-1/+1
2024-08-28drm/amdgpu: align pp_power_profile_mode with kernel docsAlex Deucher1-4/+2
2024-08-27Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/ag...Daniel Vetter6-60/+918
2024-08-23drm/amd/pm: Drop unsupported features on smu v14_0_2Candice Li1-47/+0
2024-08-23drm/amd/pm: Add support for new P2S table revisionLijo Lazar1-1/+6
2024-08-23drm/amd/pm: update message interface for smu v14.0.2/3Kenneth Feng2-5/+14
2024-08-13drm/amdgpu/swsmu: fix SMU11 typos (memlk -> memclk)Tobias Jakobi2-4/+4
2024-08-09Merge tag 'amd-drm-fixes-6.11-2024-08-08' of https://gitlab.freedesktop.org/a...Dave Airlie1-6/+46
2024-08-08drm/amd/pm: update powerplay structure on smu v14.0.2/3Kenneth Feng1-6/+46
2024-08-06drm/amd/pm: add overdrive support on smu v14.0.2/3Kenneth Feng2-3/+894
2024-08-06drm/amd/pm: update powerplay structure on smu v14.0.2/3Kenneth Feng1-6/+46
2024-08-02Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+84
2024-07-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-07-28drm/amdgpu/pm: support gpu_metrics sysfs interface for smu v14.0.2/3Kenneth Feng1-2/+84
2024-07-26drm/amdgpu/pm: support gpu_metrics sysfs interface for smu v14.0.2/3Kenneth Feng1-2/+84
2024-07-16drm/amd/swsmu: enable Pstates profile levels for SMU v14.0.4Li Ma1-3/+15
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-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-03drm/amd/pm: add SMU IP v14.0.4 supportTim Huang2-0/+3
2024-07-03drm/amd/pm: smu v14.0.4 reuse smu v14.0.0 dpmtableLi Ma2-27/+21
2024-06-28Revert "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/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 Wang4-20/+4
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: add missing error handling in function smu_v13_0_6_allocate_dpm_c...Bob Zhou1-0/+5
2024-05-31Merge tag 'amd-drm-fixes-6.10-2024-05-30' of https://gitlab.freedesktop.org/a...Dave Airlie1-1/+0
2024-05-30drm/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-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-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