summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/powerplay
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-031-10/+0
|\
| * drm/amd/pm: fix the deadlock issue observed on SIEvan Quan2022-04-271-10/+0
| * drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher2022-04-061-4/+4
* | drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher2022-04-061-4/+4
* | amdgpu/pm: Implement emit_clk_levels for vega10Darren Powell2022-03-281-0/+147
* | amdgpu/pm: Add new hwmgr API function "emit_clock_levels"Darren Powell2022-03-282-0/+19
|/
* gpu/amd: vega10_hwmgr: fix inappropriate private variable nameMeng Tang2022-03-021-30/+38
* drm/amd: smu7: downgrade voltage error to infoMario Limonciello2022-02-161-2/+2
* drm/amd: Expose the FRU SMU I2C busLuben Tuikov2022-01-271-2/+2
* drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher2022-01-251-4/+0
* drm/amd/pm: use dev_*** to print output in multiple GPUsGuchun Chen2022-01-255-10/+15
* drm/amd/pm: drop unneeded hwmgr->smu_lockEvan Quan2022-01-252-241/+38
* drm/amd/pm: Replace one-element array with flexible-array memberChangcheng Deng2022-01-141-1/+1
* drm/amd/pm: correct the checks for fan attributes supportEvan Quan2022-01-141-29/+42
* drm/amd/pm: revise the performance level setting APIsEvan Quan2022-01-141-12/+0
* drm/amd/pm: relocate the power related headersEvan Quan2022-01-1453-15165/+17122
* drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan2022-01-141-1/+9
* drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementationsEvan Quan2022-01-145-10/+139
* drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan2022-01-145-5/+1070
* drm/amd/pm: do not expose the API used internally only in kv_dpm.cEvan Quan2022-01-141-1/+24
* drm/amd/pm: do not expose those APIs used internally only in si_dpm.cEvan Quan2022-01-142-38/+83
* drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan2021-12-141-1/+6
* amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell2021-12-014-37/+8
* drm/amdgpu/pm: fix powerplay OD interfaceAlex Deucher2021-11-246-79/+67
* drm/amdgpu/pm: clean up some inconsistent indentingJiapeng Chong2021-11-221-1/+1
* drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher2021-11-057-12/+51
* drm/amdgpu/pm: Don't show pp_power_profile_mode for unsupported devicesMario Limonciello2021-11-031-12/+2
* drm/amd/pm: Adjust returns when power_profile_mode is not supportedMario Limonciello2021-11-031-3/+5
* drm/amd/pm: Add missing mutex for pp_get_power_profile_modeMario Limonciello2021-11-031-1/+5
* gpu: amd: replace open-coded offsetof() with builtinArnd Bergmann2021-09-291-2/+2
* drm/amd/pm: Update intermediate power state for SILijo Lazar2021-09-231-0/+2
* drm/amdgpu: Disable PCIE_DPM on Intel RKL PlatformKoba Ko2021-08-301-1/+16
* drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan2021-08-1611-68/+54
* drm/amd/pm: correct the fan speed PWM retrievingEvan Quan2021-08-161-9/+15
* drm/amd/pm: change the workload type for some cardsKenneth Feng2021-08-161-1/+14
* Revert "drm/amd/pm: fix workload mismatch on vega10"Kenneth Feng2021-08-161-1/+1
* amdgpu/pm: Replace hwmgr smu usage of sprintf with sysfs_emitDarren Powell2021-08-103-33/+34
* amdgpu/pm: Replace vega12,20 usage of sprintf with sysfs_emitDarren Powell2021-08-102-44/+44
* amdgpu/pm: Replace vega10 usage of sprintf with sysfs_emitDarren Powell2021-08-101-19/+19
* drm/amdgpu/powerplay/smu10: Fix a typo in error messageMasanari Iida2021-08-021-1/+1
* amdgpu/pm: modify Powerplay API get_power_limit to use new pp_power enumsDarren Powell2021-06-081-11/+22
* drm/amd/pm: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-041-0/+1
* drm/amd/pm: retain the fine grain tuning parameters after resumeXiaojian Du2021-06-012-1/+23
* drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: Provide function name 'vega20_init_s...Lee Jones2021-05-271-1/+1
* drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Kernel-doc headers must contain func...Lee Jones2021-05-271-11/+15
* drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Provide 'vega12_init_smc_table()' fu...Lee Jones2021-05-271-1/+1
* drm/amd/pm/powerplay/hwmgr/vega12_thermal: Provide function nameLee Jones2021-05-271-1/+2
* drm/amd/pm/powerplay/hwmgr/smu7_thermal: Provide function name for 'smu7_fan_...Lee Jones2021-05-271-4/+4
* drm/amd/pm: Fix out-of-bounds bugGustavo A. R. Silva2021-05-102-99/+109
* drm/amdgpu: Rename to ras_*_enabledLuben Tuikov2021-05-101-1/+1