summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/powerplay
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pm: Prevent division by zeroDenis Arefev2025-03-261-2/+2
* drm/amd/pm: Prevent division by zeroDenis Arefev2025-03-261-2/+2
* drm/amd/pm: Prevent division by zeroDenis Arefev2025-03-261-1/+1
* drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create()Wentao Liang2025-03-071-0/+5
* drm/amdgpu: Remove powerdown_uvd memberDr. David Alan Gilbert2025-03-056-6/+1
* drm/amdgpu: Remove phm_powerdown_uvdDr. David Alan Gilbert2025-03-052-11/+0
* drm/amdgpu: Remove ppatomfwctrl deadcodeDr. David Alan Gilbert2025-03-052-81/+0
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-1/+1
* drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_r...Ivan Stepchenko2024-12-101-0/+2
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amd/pm: add inst to set_powergating_by_smuBoyuan Zhang2024-12-101-1/+3
* drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_co...Christophe JAILLET2024-12-101-2/+3
* drm/amd/pm: remove redundant tools_size checkBhavin Sharma2024-11-201-13/+11
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-2/+0
* drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: partially revert powerplay `__counted_by` changesAlex Deucher2024-10-071-13/+13
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-3/+2
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-4/+3
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-1/+1
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in late_finiSunil Khatri2024-10-011-2/+2
* drm/amd/powerplay: Delete unused function and maths libraryDr. David Alan Gilbert2024-10-013-991/+0
* drm/amd/pm: remove dump_pptable functionsPierre-Eric Pelloux-Prayer2024-10-011-574/+0
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in late_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-3/+2
* Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/ag...Daniel Vetter2024-08-272-3/+3
|\
| * drm/amd/pm: ensure the fw_info is not null before using itTim Huang2024-08-201-0/+2
| * drm/amd/pm: fix unchecked return value warning for vega10_hwmgrTim Huang2024-08-061-3/+1
* | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-281-4/+10
|/
* drm/amd/pm: powerplay: Add `__counted_by` attribute for flexible arraysMario Limonciello2024-06-192-37/+37
* drm/amd/pm: Fix the null pointer dereference for vega10_hwmgrBob Zhou2024-06-051-4/+25
* drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesMa Jun2024-05-173-10/+18
* drm/amdgpu/pm: Drop hard-code value of usTMaxMa Jun2024-05-171-2/+0
* drm/amdgpu/pm: Fix the null pointer dereference for smu7Ma Jun2024-05-171-26/+24
* drm/amd/pm: check negtive return for table entriesJesse Zhang2024-05-131-5/+8
* drm/amdgpu/pm: Drop redundant setting code for pcie lanesMa Jun2024-05-131-2/+0
* drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCsMa Jun2024-05-132-3/+7
* drm/amdgpu/pm: Fix the param type of set_power_profile_modeMa Jun2024-05-082-8/+8
* drm/amdgpu/pm: Fix uninitialized variable agc_btc_responseMa Jun2024-05-081-2/+7
* drm/amdgpu/pm: Fix uninitialized variable warning for smu10Ma Jun2024-05-083-16/+48
* drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgrTim Huang2024-04-302-13/+39
* drm/amd/pm: fix the Out-of-bounds read warningJesse Zhang2024-04-301-2/+3
* drm/amd/pm: fix warning using uninitialized value of max_vid_stepJesse Zhang2024-04-301-1/+4
* drm/amd/pm: fix uninitialized variable warning for smu8_hwmgrTim Huang2024-04-301-3/+12