summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorLines
2025-11-04drm/amdgpu/smu: Handle S0ix for vangoghAlex Deucher-0/+9
2025-11-04drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()Alex Deucher-20/+0
2025-11-04drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_sysfs_init()Yang Wang-2/+2
2025-10-28drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on IcelandJohn Smith-1/+1
2025-10-28drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on FijiJohn Smith-1/+1
2025-10-28drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()Yang Wang-1/+1
2025-10-13drm/amd/powerplay: Fix CIK shutdown temperatureTimur Kristóf-2/+1
2025-10-13drm/amd/pm: Disable MCLK switching on SI at high pixel clocksTimur Kristóf-0/+5
2025-10-07drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to regressionJesse.Zhang-2/+1
2025-10-07drm/amd/pm: Avoid interface mismatch messagingLijo Lazar-2/+5
2025-09-23drm/amd/pm: Add VCN reset message support for SMU v13.0.12Jesse.Zhang-1/+6
2025-09-23drm/amd/pm: place the smu 13.0.0 pptable header into the correct folderYang Wang-0/+0
2025-09-18drm/amd/pm: Enable npm metrics dataAsad Kamal-2/+4
2025-09-18drm/amd/pm: Fetch npm data from system metrics tableAsad Kamal-0/+61
2025-09-18drm/amd/pm: Add sysfs node for node powerAsad Kamal-2/+149
2025-09-18drm/amd/pm: Allow system metrics table in 1vf modeAsad Kamal-1/+3
2025-09-16drm/amd/pm: Update pmfw headers for smu_v13_0_12Asad Kamal-2/+10
2025-09-16drm/amd/pm: Rename amdgpu_hwmon_get_sensor_genericAsad Kamal-37/+39
2025-09-16drm/amd: Only restore cached manual clock settings in restore if OD enabledMario Limonciello-1/+1
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the V14_0_2 smuRodrigo Siqueira-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the V13_0_6 smuRodrigo Siqueira-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the V13 smuRodrigo Siqueira-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the Sienna smuRodrigo Siqueira-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the Navi10 smuRodrigo Siqueira-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the Arcturus smuRodrigo Siqueira-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the i2c initRodrigo Siqueira-13/+2
2025-09-15drm/amd: Drop unnecessary calls to smu_dpm_set_vpe_enable()Mario Limonciello (AMD)-2/+0
2025-09-15drm/amd/pm: unified smu feature cap for vcn resetYang Wang-11/+5
2025-09-15drm/amd/pm: unified smu feature cap for sdma resetYang Wang-11/+5
2025-09-15drm/amd/pm: unified smu feature cap for link resetYang Wang-12/+11
2025-09-15drm/amd/pm: unified smu feature cap interfaceYang Wang-0/+41
2025-09-15drm/amd/pm: Allow to set power cap in vf modeAsad Kamal-4/+9
2025-09-15drm/amd/pm: Remove unneeded legacy DPM related code.Timur Kristóf-87/+0
2025-09-15drm/amd/pm: Use pm_display_cfg in legacy DPM (v2)Timur Kristóf-57/+97
2025-09-15drm/amd/pm: make smu_set_temp_funcs() smu specific for smu v13.0.6Yang Wang-7/+7
2025-09-05drm/amd/pm: Add caching for SystemMetrics tableLijo Lazar-13/+36
2025-09-05drm/amd/pm: refine amdgpu pm sysfs node error codeYang Wang-2/+3
2025-09-05drm/amd/pm: use int type to store negative error codesQianfeng Rong-3/+3
2025-09-05drm/amd/pm/powerplay/smumgr: remove redundant ternary operatorsLiao Yuanhong-12/+8
2025-09-05drm/amd/pm/powerplay/hwmgr/ppatomctrl: Remove redundant ternary operatorsLiao Yuanhong-2/+2
2025-09-05amdgpu/pm/legacy: remove redundant ternary operatorsLiao Yuanhong-2/+1
2025-09-02drm/amd/pm: Print VCE clocks too in si_dpm (v3)Timur Kristóf-0/+1
2025-09-02drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)Timur Kristóf-0/+31
2025-09-02drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)Timur Kristóf-0/+7
2025-09-02drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)Timur Kristóf-1/+7
2025-09-02drm/amd/pm: Adjust si_upload_smc_data register programming (v3)Timur Kristóf-2/+2
2025-09-02drm/amd/pm: Fix si_upload_smc_data (v3)Timur Kristóf-19/+24
2025-09-02drm/amd/pm: Increase SMC timeout on SI and warn (v3)Timur Kristóf-2/+24
2025-09-02drm/amd/pm: Disable ULV even if unsupported (v3)Timur Kristóf-7/+3
2025-08-29drm/amd/pm: Make use of __free for cleanupLijo Lazar-38/+25