summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesMa Jun2024-05-171-2/+5
* drm/amdgpu/pm: Fix the null pointer dereference for smu7Ma Jun2024-05-171-26/+24
* drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCsMa Jun2024-05-131-1/+1
* drm/amd/pm: fix uninitialized variable warningJesse Zhang2024-04-301-7/+14
* drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma Jun2024-04-091-1/+1
* drm/amdgpu: fix avg vs input power reporting on smu7Alex Deucher2024-01-151-1/+16
* drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initZhipeng Lu2024-01-051-1/+5
* drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supportedMario Limonciello2023-10-261-3/+1
* drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello2023-08-151-1/+1
* drm/amd: Clean up errors in smu7_hwmgr.cRan Sun2023-08-091-13/+13
* drm/amdgpu: Remove a lot of unnecessary ternary operatorsRuan Jinjie2023-08-091-2/+2
* drm/amd: Use amdgpu_device_pcie_dynamic_switching_supported() for SMU7Mario Limonciello2023-07-131-12/+2
* drm/amd/pm: expose swctf threshold setting for legacy powerplayEvan Quan2023-06-301-0/+2
* drm/amd/pm/smu7: move variables to where they are usedAlex Deucher2023-02-081-6/+8
* Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-251-4/+4
|\
| * drm/amd/pm/powerplay/hwmgr: use bitwise or for bitmasks additionDeepak R Varma2023-01-171-4/+4
* | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-1/+0
|\ \ | |/ |/|
| * drm/amdgpu: Do not include <linux/fb.h>Thomas Zimmermann2023-01-131-1/+0
* | drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settingsEvan Quan2022-12-151-13/+63
|/
* drm/amd/pm: smu7_hwmgr: fix potential off-by-one overflow in 'performance_lev...Alexey Kodanev2022-10-101-1/+1
* drm/amd: smu7: downgrade voltage error to infoMario Limonciello2022-02-161-2/+2
* drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher2022-01-251-4/+0
* amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell2021-12-011-11/+3
* drm/amdgpu/pm: fix powerplay OD interfaceAlex Deucher2021-11-241-13/+11
* drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher2021-11-051-3/+7
* 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-161-4/+4
* amdgpu/pm: Replace hwmgr smu usage of sprintf with sysfs_emitDarren Powell2021-08-101-19/+19
* drm/amdgpu/smu7: fix CAC setting on TOPAZAlex Deucher2021-04-091-1/+2
* drm/amd/pm: no need to force MCLK to highest when no display connectedEvan Quan2021-04-091-1/+2
* drm/amd/pm: Fix spelling mistake "disble" -> "disable"Colin Ian King2021-03-231-1/+1
* drm/amd/pm: workaround for audio noise issueKenneth Feng2021-03-231-0/+54
* drm/amd/pm: correct the watermark settings for PolarisEvan Quan2021-03-231-4/+4
* amdgpu/pm: read_sensor() report failure apporpriatelyShirish S2021-02-261-1/+1
* drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix formatting and spelling issuesLee Jones2021-01-111-2/+2
* drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix a whole bunch of historical functi...Lee Jones2020-12-011-83/+83
* drm/amd/pm: fix compile warnings about variable used uninitializedEvan Quan2020-10-301-3/+2
* drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polarisAlex Deucher2020-10-301-12/+18
* drm/amd/pm: perform SMC reset on suspend/hibernationEvan Quan2020-10-301-0/+4
* drm/amd/pm: drop redundant display settingEvan Quan2020-10-271-12/+0
* drm/amd/pm: reconfigure smc on display vbitimeout setting changeEvan Quan2020-10-271-0/+6
* drm/amd/pm: correct the mclk switching settingEvan Quan2020-10-271-17/+96
* drm/amd/pm: enable Polaris watermark table settingEvan Quan2020-10-271-0/+50
* drm/amd/pm: fulfill the Polaris implementation for get_clock_by_type_with_lat...Evan Quan2020-10-271-0/+67
* drm/amd/pm: correct pcie spc cap setupEvan Quan2020-10-271-0/+2
* drm/amd/pm: correct the way to get the highest vddcEvan Quan2020-10-271-2/+28
* drm/amd/pm: correct sclk/mclk dpm enablementEvan Quan2020-10-271-2/+7
* drm/amd/pm: correct smc voltage controller setupEvan Quan2020-10-271-1/+2
* drm/amd/pm: correct platformcaps setupEvan Quan2020-10-271-0/+11
* drm/amd/pm: correct vddc phase control settingEvan Quan2020-10-271-13/+18