summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-18drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesMa Jun1-2/+5
2024-05-18drm/amdgpu/pm: Fix the null pointer dereference for smu7Ma Jun1-26/+24
2024-05-13drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCsMa Jun1-1/+1
2024-04-30drm/amd/pm: fix uninitialized variable warningJesse Zhang1-7/+14
2024-04-10drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma Jun1-1/+1
2024-01-16drm/amdgpu: fix avg vs input power reporting on smu7Alex Deucher1-1/+16
2024-01-06drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initZhipeng Lu1-1/+5
2023-10-27drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supportedMario Limonciello1-3/+1
2023-08-16drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello1-1/+1
2023-08-09drm/amd: Clean up errors in smu7_hwmgr.cRan Sun1-13/+13
2023-08-09drm/amdgpu: Remove a lot of unnecessary ternary operatorsRuan Jinjie1-2/+2
2023-07-14drm/amd: Use amdgpu_device_pcie_dynamic_switching_supported() for SMU7Mario Limonciello1-12/+2
2023-06-30drm/amd/pm: expose swctf threshold setting for legacy powerplayEvan Quan1-0/+2
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 Airlie1-4/+4
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+0
2023-01-18drm/amd/pm/powerplay/hwmgr: use bitwise or for bitmasks additionDeepak R Varma1-4/+4
2023-01-13drm/amdgpu: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2022-12-15drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settingsEvan Quan1-13/+63
2022-10-11drm/amd/pm: smu7_hwmgr: fix potential off-by-one overflow in 'performance_lev...Alexey Kodanev1-1/+1
2022-02-17drm/amd: smu7: downgrade voltage error to infoMario Limonciello1-2/+2
2022-01-26drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher1-4/+0
2021-12-02amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell1-11/+3
2021-11-24drm/amdgpu/pm: fix powerplay OD interfaceAlex Deucher1-13/+11
2021-11-05drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher1-3/+7
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 Quan1-4/+4
2021-08-10amdgpu/pm: Replace hwmgr smu usage of sprintf with sysfs_emitDarren Powell1-19/+19
2021-04-09drm/amdgpu/smu7: fix CAC setting on TOPAZAlex Deucher1-1/+2
2021-04-09drm/amd/pm: no need to force MCLK to highest when no display connectedEvan Quan1-1/+2
2021-03-24drm/amd/pm: Fix spelling mistake "disble" -> "disable"Colin Ian King1-1/+1
2021-03-24drm/amd/pm: workaround for audio noise issueKenneth Feng1-0/+54
2021-03-24drm/amd/pm: correct the watermark settings for PolarisEvan Quan1-4/+4
2021-02-27amdgpu/pm: read_sensor() report failure apporpriatelyShirish S1-1/+1
2021-01-12drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix formatting and spelling issuesLee Jones1-2/+2
2020-12-02drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix a whole bunch of historical functi...Lee Jones1-83/+83
2020-10-30drm/amd/pm: fix compile warnings about variable used uninitializedEvan Quan1-3/+2
2020-10-30drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polarisAlex Deucher1-12/+18
2020-10-30drm/amd/pm: perform SMC reset on suspend/hibernationEvan Quan1-0/+4
2020-10-27drm/amd/pm: drop redundant display settingEvan Quan1-12/+0
2020-10-27drm/amd/pm: reconfigure smc on display vbitimeout setting changeEvan Quan1-0/+6
2020-10-27drm/amd/pm: correct the mclk switching settingEvan Quan1-17/+96
2020-10-27drm/amd/pm: enable Polaris watermark table settingEvan Quan1-0/+50
2020-10-27drm/amd/pm: fulfill the Polaris implementation for get_clock_by_type_with_lat...Evan Quan1-0/+67
2020-10-27drm/amd/pm: correct pcie spc cap setupEvan Quan1-0/+2
2020-10-27drm/amd/pm: correct the way to get the highest vddcEvan Quan1-2/+28
2020-10-27drm/amd/pm: correct sclk/mclk dpm enablementEvan Quan1-2/+7
2020-10-27drm/amd/pm: correct smc voltage controller setupEvan Quan1-1/+2
2020-10-27drm/amd/pm: correct platformcaps setupEvan Quan1-0/+11
2020-10-27drm/amd/pm: correct vddc phase control settingEvan Quan1-13/+18