summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/powerplay
AgeCommit message (Expand)AuthorFilesLines
2022-10-11drm/amd/pm: smu7_hwmgr: fix potential off-by-one overflow in 'performance_lev...Alexey Kodanev1-1/+1
2022-10-11drm/amd/pm: vega10_hwmgr: fix potential off-by-one overflow in 'performance_l...Alexey Kodanev1-1/+1
2022-10-04Merge tag 'amd-drm-next-6.1-2022-09-30' of https://gitlab.freedesktop.org/agd...Dave Airlie1-1/+4
2022-09-29drivers/amd/pm: check the return value of amdgpu_bo_kmapLi Zhong1-1/+4
2022-09-28Merge tag 'amd-drm-next-6.1-2022-09-23' of https://gitlab.freedesktop.org/agd...Dave Airlie3-20/+14
2022-09-20drm/amd/pm: Remove unneeded result variableye xingchen1-3/+1
2022-09-20drm/amd/pm: Remove the unneeded result variableye xingchen1-4/+1
2022-09-20drm/amdgpu: getting fan speed pwm for vega10 properlyYury Zhuravlev1-13/+12
2022-09-13drm/amd/pm: remove unused declarations in hardwaremanager.hGaosheng Cui1-2/+0
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-10/+0
2022-04-28drm/amd/pm: fix the deadlock issue observed on SIEvan Quan1-10/+0
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher1-4/+4
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher1-4/+4
2022-03-28amdgpu/pm: Implement emit_clk_levels for vega10Darren Powell1-0/+147
2022-03-28amdgpu/pm: Add new hwmgr API function "emit_clock_levels"Darren Powell2-0/+19
2022-03-03gpu/amd: vega10_hwmgr: fix inappropriate private variable nameMeng Tang1-30/+38
2022-02-17drm/amd: smu7: downgrade voltage error to infoMario Limonciello1-2/+2
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov1-2/+2
2022-01-26drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher1-4/+0
2022-01-26drm/amd/pm: use dev_*** to print output in multiple GPUsGuchun Chen5-10/+15
2022-01-26drm/amd/pm: drop unneeded hwmgr->smu_lockEvan Quan2-241/+38
2022-01-15drm/amd/pm: Replace one-element array with flexible-array memberChangcheng Deng1-1/+1
2022-01-15drm/amd/pm: correct the checks for fan attributes supportEvan Quan1-29/+42
2022-01-15drm/amd/pm: revise the performance level setting APIsEvan Quan1-12/+0
2022-01-15drm/amd/pm: relocate the power related headersEvan Quan53-15165/+17122
2022-01-15drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan1-1/+9
2022-01-15drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementationsEvan Quan5-10/+139
2022-01-15drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan5-5/+1070
2022-01-15drm/amd/pm: do not expose the API used internally only in kv_dpm.cEvan Quan1-1/+24
2022-01-15drm/amd/pm: do not expose those APIs used internally only in si_dpm.cEvan Quan2-38/+83
2021-12-15drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan1-1/+6
2021-12-02amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell4-37/+8
2021-11-24drm/amdgpu/pm: fix powerplay OD interfaceAlex Deucher6-79/+67
2021-11-22drm/amdgpu/pm: clean up some inconsistent indentingJiapeng Chong1-1/+1
2021-11-05drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher7-12/+51
2021-11-03drm/amdgpu/pm: Don't show pp_power_profile_mode for unsupported devicesMario Limonciello1-12/+2
2021-11-03drm/amd/pm: Adjust returns when power_profile_mode is not supportedMario Limonciello1-3/+5
2021-11-03drm/amd/pm: Add missing mutex for pp_get_power_profile_modeMario Limonciello1-1/+5
2021-09-30gpu: amd: replace open-coded offsetof() with builtinArnd Bergmann1-2/+2
2021-09-23drm/amd/pm: Update intermediate power state for SILijo Lazar1-0/+2
2021-08-30drm/amdgpu: Disable PCIE_DPM on Intel RKL PlatformKoba Ko1-1/+16
2021-08-16drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan11-68/+54
2021-08-16drm/amd/pm: correct the fan speed PWM retrievingEvan Quan1-9/+15
2021-08-16drm/amd/pm: change the workload type for some cardsKenneth Feng1-1/+14
2021-08-16Revert "drm/amd/pm: fix workload mismatch on vega10"Kenneth Feng1-1/+1
2021-08-10amdgpu/pm: Replace hwmgr smu usage of sprintf with sysfs_emitDarren Powell3-33/+34
2021-08-10amdgpu/pm: Replace vega12,20 usage of sprintf with sysfs_emitDarren Powell2-44/+44
2021-08-10amdgpu/pm: Replace vega10 usage of sprintf with sysfs_emitDarren Powell1-19/+19
2021-08-03drm/amdgpu/powerplay/smu10: Fix a typo in error messageMasanari Iida1-1/+1
2021-06-08amdgpu/pm: modify Powerplay API get_power_limit to use new pp_power enumsDarren Powell1-11/+22