summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/powerplay
AgeCommit message (Expand)AuthorFilesLines
2023-02-16drm/amd/pm: avoid unaligned access warningsJonathan Gray3-0/+6
2023-02-09drm/amd/pm/smu7: move variables to where they are usedAlex Deucher1-6/+8
2023-01-25Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie4-7/+7
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter8-8/+0
2023-01-18drm/amd/pm/powerplay/smumgr/ci: use bitwise or for bitmasks additionDeepak R Varma1-1/+1
2023-01-18drm/amd/pm/powerplay/hwmgr: use bitwise or for bitmasks additionDeepak R Varma1-4/+4
2023-01-18drm/amd/pm/powerplay/smumgr: use bitwise or for additionDeepak R Varma2-2/+2
2023-01-13drm/amdgpu: Do not include <linux/fb.h>Thomas Zimmermann8-8/+0
2023-01-10drm/amd: Use `amdgpu_ucode_release` helper for powerplayMario Limonciello1-2/+1
2023-01-04drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-6/+4
2022-12-15drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settingsEvan Quan8-38/+155
2022-11-15amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()Dan Carpenter1-1/+2
2022-11-15drm/amdgpu: clarify DC checksAlex Deucher1-1/+1
2022-11-10Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 prop...Asher Song1-13/+12
2022-11-04drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callbackNathan Chancellor1-1/+2
2022-10-18drm/amdgpu/powerplay/psm: Fix memory leak in power state initRafael Mendonca1-0/+2
2022-10-18drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"Asher Song1-12/+13
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