summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma Jun1-1/+1
2024-03-20drm/amdgpu/pm: Check the validity of overdiver power limitMa Jun1-4/+6
2024-03-20drm/amdgpu/pm: Fix NULL pointer dereference when get power limitMa Jun1-6/+8
2024-02-26drm/amdgpu/pm: Fix the power1_min_cap valueMa Jun1-5/+4
2024-01-23Revert "drm/amd/pm: fix the high voltage and temperature issue"Mario Limonciello1-7/+1
2024-01-23drm/amd/pm: update the power cap settingKenneth Feng1-2/+52
2023-12-13drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7Evan Quan1-0/+13
2023-12-13drm/amd/pm: Remove redundant function members of pptable_funcsMa Jun1-2/+0
2023-11-17drm/amd/pm: Move some functions to smu_v13_0.c as generic codeMa Jun1-34/+2
2023-11-01drm/amd/pm: Fix error of MACO flag setting codeMa Jun1-4/+5
2023-10-31drm/amd/pm: fix the high voltage and temperature issueKenneth Feng1-3/+15
2023-10-20drm/amd/pm: Support for getting power1_cap_min valueMa Jun1-12/+22
2023-10-13drm/amd/pm: Add reset option for fan_ctrl on smu 13.0.7Ma Jun1-5/+64
2023-10-05drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello1-4/+3
2023-09-01Revert "drm/amd/pm: disable the SMU13 OD feature support temporarily"Evan Quan1-9/+3
2023-09-01drm/amd/pm: add fan minimum pwm OD setting support for SMU13Evan Quan1-1/+50
2023-09-01drm/amd/pm: add fan target temperature OD setting support for SMU13Evan Quan1-1/+50
2023-09-01drm/amd/pm: add fan acoustic target OD setting support for SMU13Evan Quan1-1/+50
2023-08-31drm/amd/pm: add fan acoustic limit OD setting support for SMU13Evan Quan1-1/+50
2023-08-31drm/amd/pm: add fan temperature/pwm curve OD setting support for SMU13Evan Quan1-3/+99
2023-08-30drm/amd/pm: fulfill the support for SMU13 `pp_dpm_dcefclk` interfaceEvan Quan1-0/+27
2023-08-30drm/amd/pm: correct SMU13 gfx voltage related OD settingsEvan Quan1-18/+13
2023-08-16drm/amd/pm: Update pci link speed for smu v13.0.6Asad Kamal1-1/+6
2023-08-16drm/amd/pm: allow the user to force BACO on smu v13.0.0/7Kenneth Feng1-1/+2
2023-08-16drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello1-1/+1
2023-08-16drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello1-0/+1
2023-08-16drm/amd/pm: correct the logics for retreiving SMU13 OD setting limitsEvan Quan1-38/+32
2023-08-16drm/amd/pm: correct the way for checking custom OD settingsEvan Quan1-8/+8
2023-08-09drm/amd/pm: Clean up errors in smu_v13_0_7_ppt.cRan Sun1-6/+4
2023-08-08drm/amd/pm: disable the SMU13 OD feature support temporarilyEvan Quan1-3/+9
2023-07-18drm/amdgpu/pm: make mclk consistent for smu 13.0.7Alex Deucher1-1/+1
2023-07-12drm/amd/pm: share the code around SMU13 pcie parameters updateEvan Quan1-32/+1
2023-06-09drm/amd/pm: Fix memory some memory corruptionDan Carpenter1-2/+2
2023-06-09drm/amd/pm: fulfill the OD support for SMU13.0.7Evan Quan1-43/+402
2023-06-09drm/amd/pm: fulfill SMU13 OD settings init and restoreEvan Quan1-1/+127
2023-06-09drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7Evan Quan1-0/+1
2023-06-09drm/amd/pm: Keep interface version in PMFW headerLijo Lazar1-0/+1
2023-06-09drm/amd/pm: fix possible power mode mismatch between driver and PMFWEvan Quan1-0/+1
2023-04-13drm/amd/pm: correct the pcie link state check for SMU13Evan Quan1-2/+2
2023-04-12drm/amd/pm: correct SMU13.0.7 max shader clock reportingHoratio Zhang1-1/+60
2023-04-12drm/amd/pm: correct SMU13.0.7 pstate profiling clock settingsHoratio Zhang1-7/+15
2023-03-07drm/amdgpu: skip the invalid workload typePerry Yuan1-1/+3
2023-02-09drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mappingEvan Quan1-0/+1
2023-01-05drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and 13.0.7Evan Quan1-0/+1
2022-12-20drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsEvan Quan1-3/+14
2022-12-20drm/amd/pm: avoid large variable on kernel stackArnd Bergmann1-5/+16
2022-12-15drm/amd/pm: enable GPO dynamic control support for SMU13.0.7Evan Quan1-0/+2
2022-12-14drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mappingEvan Quan1-0/+2
2022-11-23drm/amdgpu: add the fan abnormal detection featurelyndonli1-0/+1
2022-11-15drm/amd/pm: enable runpm support over BACO for SMU13.0.7Evan Quan1-2/+28