summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorLines
2025-11-04drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_sysfs_init()Yang Wang-2/+2
2025-11-04drm/amd/pm: fix the issue of size calculation error for smu 13.0.6Yang Wang-11/+31
2025-11-04drm/amdgpu: Remove invalidate and flush hdp macrosAsad Kamal-17/+17
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-1/+0
2025-10-28drm/amd/pm: smu13: Enable VCN_RESET for pgm 7 with appropriate firmware versionJesse.Zhang-1/+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-20drm/amd/pm: Avoid writing nulls into `pp_od_clk_voltage`Ilya Zlobintsev-38/+52
2025-10-13drm/amd: Drop calls to restore power limit and clock from smu_resume()Mario Limonciello-13/+0
2025-10-13drm/amd/pm: export a function amdgpu_smu_ras_send_msg to allow send msg directlyYiPeng Chai-0/+41
2025-10-13drm/amd/pm: Grant interface access after full initLijo Lazar-1/+2
2025-10-13drm/amd: Save and restore all limit typesMario Limonciello-8/+14
2025-10-13drm/amd: Remove second call to set_power_limit()Mario Limonciello-12/+9
2025-10-13drm/amd: Stop overloading power limit with limit typeMario Limonciello-12/+9
2025-10-13drm/amd: Remove some unncessary header includesMario Limonciello-3/+0
2025-10-13drm/amd: Adjust whitespace for vangogh_pptMario Limonciello-7/+5
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