summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/powerplay
AgeCommit message (Expand)AuthorFilesLines
2025-05-22drm/amdgpu: fixing typo in macro nameJihed Chaibi1-1/+1
2025-05-08drm/amd/pm/smu7: Remove unused smu7_copy_bytes_from_smcDr. David Alan Gilbert2-38/+0
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-07drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create()Wentao Liang1-0/+5
2025-03-05drm/amdgpu: Remove powerdown_uvd memberDr. David Alan Gilbert6-6/+1
2025-03-05drm/amdgpu: Remove phm_powerdown_uvdDr. David Alan Gilbert2-11/+0
2025-03-05drm/amdgpu: Remove ppatomfwctrl deadcodeDr. David Alan Gilbert2-81/+0
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-1/+1
2024-12-10drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_r...Ivan Stepchenko1-0/+2
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-1/+1
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-1/+1
2024-12-10drm/amd/pm: add inst to set_powergating_by_smuBoyuan Zhang1-1/+3
2024-12-10drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_co...Christophe JAILLET1-2/+3
2024-11-20drm/amd/pm: remove redundant tools_size checkBhavin Sharma1-13/+11
2024-10-23drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-2/+0
2024-10-23drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri1-6/+0
2024-10-07drm/amdgpu: partially revert powerplay `__counted_by` changesAlex Deucher1-13/+13
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-3/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-4/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in late_finiSunil Khatri1-2/+2
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-10-02drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in late_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in early_initSunil Khatri1-3/+2
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 Limonciello2-37/+37
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 Jun2-8/+8
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 Huang2-13/+39