summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/powerplay
Commit message (Expand)AuthorAgeFilesLines
* amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()Dan Carpenter2022-11-151-1/+2
* drm/amdgpu: clarify DC checksAlex Deucher2022-11-151-1/+1
* Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 prop...Asher Song2022-11-091-13/+12
* drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callbackNathan Chancellor2022-11-041-1/+2
* drm/amdgpu/powerplay/psm: Fix memory leak in power state initRafael Mendonca2022-10-181-0/+2
* drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"Asher Song2022-10-171-12/+13
* drm/amd/pm: smu7_hwmgr: fix potential off-by-one overflow in 'performance_lev...Alexey Kodanev2022-10-101-1/+1
* drm/amd/pm: vega10_hwmgr: fix potential off-by-one overflow in 'performance_l...Alexey Kodanev2022-10-101-1/+1
* Merge tag 'amd-drm-next-6.1-2022-09-30' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-10-041-1/+4
|\
| * drivers/amd/pm: check the return value of amdgpu_bo_kmapLi Zhong2022-09-291-1/+4
* | Merge tag 'amd-drm-next-6.1-2022-09-23' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-09-283-20/+14
|\|
| * drm/amd/pm: Remove unneeded result variableye xingchen2022-09-201-3/+1
| * drm/amd/pm: Remove the unneeded result variableye xingchen2022-09-201-4/+1
| * drm/amdgpu: getting fan speed pwm for vega10 properlyYury Zhuravlev2022-09-201-13/+12
* | drm/amd/pm: remove unused declarations in hardwaremanager.hGaosheng Cui2022-09-131-2/+0
|/
* 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