summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/powerplay/hwmgr
AgeCommit message (Expand)AuthorFilesLines
2025-07-07drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and valueFedor Pchelkin1-1/+1
2025-05-22drm/amdgpu: fixing typo in macro nameJihed Chaibi1-1/+1
2025-04-07drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_...Charles Han1-0/+8
2025-03-27drm/amd/pm: Prevent division by zeroDenis Arefev1-2/+2
2025-03-27drm/amd/pm: Prevent division by zeroDenis Arefev1-2/+2
2025-03-27drm/amd/pm: Prevent division by zeroDenis Arefev1-1/+1
2025-03-05drm/amdgpu: Remove powerdown_uvd memberDr. David Alan Gilbert5-5/+1
2025-03-05drm/amdgpu: Remove phm_powerdown_uvdDr. David Alan Gilbert1-10/+0
2025-03-05drm/amdgpu: Remove ppatomfwctrl deadcodeDr. David Alan Gilbert2-81/+0
2024-12-10drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_r...Ivan Stepchenko1-0/+2
2024-12-10drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_co...Christophe JAILLET1-2/+3
2024-10-02drm/amd/powerplay: Delete unused function and maths libraryDr. David Alan Gilbert3-991/+0
2024-10-02drm/amd/pm: remove dump_pptable functionsPierre-Eric Pelloux-Prayer1-574/+0
2024-08-27Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/ag...Daniel Vetter2-3/+3
2024-08-21drm/amd/pm: ensure the fw_info is not null before using itTim Huang1-0/+2
2024-08-06drm/amd/pm: fix unchecked return value warning for vega10_hwmgrTim Huang1-3/+1
2024-07-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-4/+10
2024-06-19drm/amd/pm: powerplay: Add `__counted_by` attribute for flexible arraysMario Limonciello1-18/+18
2024-06-05drm/amd/pm: Fix the null pointer dereference for vega10_hwmgrBob Zhou1-4/+25
2024-05-18drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesMa Jun3-10/+18
2024-05-18drm/amdgpu/pm: Drop hard-code value of usTMaxMa Jun1-2/+0
2024-05-18drm/amdgpu/pm: Fix the null pointer dereference for smu7Ma Jun1-26/+24
2024-05-13drm/amd/pm: check negtive return for table entriesJesse Zhang1-5/+8
2024-05-13drm/amdgpu/pm: Drop redundant setting code for pcie lanesMa Jun1-2/+0
2024-05-13drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCsMa Jun2-3/+7
2024-05-08drm/amdgpu/pm: Fix the param type of set_power_profile_modeMa Jun1-4/+4
2024-05-08drm/amdgpu/pm: Fix uninitialized variable agc_btc_responseMa Jun1-2/+7
2024-05-08drm/amdgpu/pm: Fix uninitialized variable warning for smu10Ma Jun3-16/+48
2024-04-30drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgrTim Huang1-12/+34
2024-04-30drm/amd/pm: fix the Out-of-bounds read warningJesse Zhang1-2/+3
2024-04-30drm/amd/pm: fix warning using uninitialized value of max_vid_stepJesse Zhang1-1/+4
2024-04-30drm/amd/pm: fix uninitialized variable warning for smu8_hwmgrTim Huang1-3/+12
2024-04-30drm/amd/pm: fix uninitialized variable warningJesse Zhang3-15/+33
2024-04-30drm/amdgpu/pm: Check the return value of smum_send_msg_to_smcMa Jun1-2/+6
2024-04-10drm/amdgpu/pm: Add support for MACO flag checkingMa Jun6-14/+14
2024-04-10drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma Jun10-10/+10
2024-01-23drm/amdgpu: fix wrong sizeof argumentSamasth Norway Ananda1-1/+1
2024-01-16drm/amdgpu: check PS, WS indexAlexander Richards2-23/+23
2024-01-16drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platf...Srinivasan Shanmugam1-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-11-17drm/amd/pm: Fix return value and drop redundant paramMa Jun6-17/+14
2023-11-03drm/amd: Fix UBSAN array-index-out-of-bounds for Powerplay headersAlex Deucher2-14/+14
2023-10-27drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supportedMario Limonciello1-3/+1
2023-10-18Merge tag 'amd-drm-next-6.7-2023-10-13' of https://gitlab.freedesktop.org/agd...Dave Airlie4-14/+14
2023-10-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann29-285/+189
2023-10-09drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and TongaMario Limonciello1-6/+6
2023-10-09drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7Mario Limonciello1-2/+2
2023-10-05drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_byKees Cook1-1/+1
2023-10-05drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello3-6/+6