summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-18/+30
2022-01-14drm/amd/pm: do not expose power implementation details to amdgpu_pm.cEvan Quan1-3/+0
2022-01-14drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-10/+16
2022-01-07drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan1-1/+7
2021-12-28drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye1-3/+3
2021-12-16drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang1-5/+2
2021-12-13drm/amdgpu: remove power on/off SDMA in SMU hw_init/fini()Lang Yu1-5/+0
2021-12-01drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-1/+1
2021-12-01drm/amd/pm: Add warning for unexpected PG requestsLijo Lazar1-1/+5
2021-11-24drm/amd/pm: Add debug printsLuben Tuikov1-3/+5
2021-11-22drm/amd/pm: Add debugfs info for STBAndrey Grodzovsky1-0/+86
2021-11-22drm/amd/pm: Add STB accessors interfaceAndrey Grodzovsky1-0/+18
2021-11-22drm/amd/pm: add message smu to get ecc_table v2Stanley.Yang1-0/+14
2021-11-05drm/amd/pm: Correct DPMS disable IP version checkMario Limonciello1-1/+1
2021-11-03drm/amdgpu/pm: Don't show pp_power_profile_mode for unsupported devicesMario Limonciello1-4/+7
2021-10-13drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20Alex Deucher1-0/+4
2021-10-13amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signatureDarren Powell1-2/+3
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-10/+10
2021-10-04drm/amdgpu/pm/amdgpu_smu: convert more IP version checkingAlex Deucher1-23/+23
2021-10-04drm/amdgpu/amdgpu_smu: convert to IP version checkingAlex Deucher1-46/+80
2021-09-14drm/amd/pm: fix the issue of uploading powerplay tableKenneth Feng1-1/+1
2021-08-16drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan1-24/+16
2021-08-16drm/amd/pm: correct the fan speed RPM retrievingEvan Quan1-5/+2
2021-08-16drm/amd/pm: record the RPM and PWM based fan speed settingsEvan Quan1-6/+25
2021-08-16drm/amd/pm: correct the fan speed RPM settingEvan Quan1-4/+5
2021-08-11drm/amd/pm: graceful exit on restore fan mode failure (v2)Ryan Taylor1-2/+3
2021-08-11drm/amd/pm: restore fan_mode AMD_FAN_CTRL_NONE on resume (v2)Ryan Taylor1-1/+3
2021-07-28drm/amd/pm: restore user customized OD settings properly for NV1xEvan Quan1-0/+9
2021-07-23drm/amdgpu: enable SMU for cyan_skilfishLang Yu1-0/+4
2021-06-29drm/amdgpu: Power down VCN and JPEG before disabling SMU featuresChengzhe Liu1-2/+6
2021-06-11drm/amd/pm: correct the power limits reporting on OOB supportedEvan Quan1-1/+13
2021-06-11drm/amd/pm: correct the dpm features disablement for Navi1xEvan Quan1-1/+2
2021-06-11drm/amd/pm: update the cached dpm feature statusEvan Quan1-2/+7
2021-06-08amdgpu/pm: add kernel documentation for smu_get_power_limitDarren Powell1-0/+10
2021-06-08amdgpu/pm: modify and add smu_get_power_limit to Powerplay APIDarren Powell1-1/+3
2021-06-08amdgpu/pm: clean up smu_get_power_limit function signatureDarren Powell1-2/+32
2021-06-08amdgpu/pm: reorder definition of swsmu_pm_funcs for readabilityDarren Powell1-24/+24
2021-06-04drm/amdgpu/pm: support smu_post_init for yellow carpAaron Liu1-3/+3
2021-06-04drm/amdgpu/pm: enable smu_hw_init for yellow carpAaron Liu1-3/+0
2021-06-04drm/amdgpu: add smu ip block for yellow carp(V3)Aaron Liu1-0/+4
2021-06-04drm/amd/pm: partially enable swsmu for yellow carp(V2)Aaron Liu1-0/+6
2021-05-19drm/amd/amdgpu: add smu support for beige_gobyChengming Gui1-0/+1
2021-05-19drm/amdgpu: Fill adev->unique_id with data from PF2VF msgJiawei Gu1-1/+2
2021-05-10drm/amd/pm: Add interface to get FW private bufferLijo Lazar1-0/+21
2021-04-15drm/amd/pm: fix error code in smu_set_power_limit()Dan Carpenter1-0/+1
2021-04-09drm/amd/pm: unify the interface for gfx state settingEvan Quan1-1/+4
2021-04-09drm/amd/pm: unify the interface for power gatingEvan Quan1-3/+3
2021-04-09drm/amd/pm: fix missing static declarationsEvan Quan1-7/+7
2021-04-09drm/amd/pm: unify the interface for loading SMU microcodeEvan Quan1-21/+20
2021-04-09drm/amd/pm: Add function to wait for smu eventsLijo Lazar1-0/+15