summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2022-01-19drm/amd/pm: add message smu to get ecc_tablemziya2-0/+71
2022-01-19drm/amd/pm: Update smu driver interface for sienna cichlidmziya1-3/+21
2022-01-15drm/amd/pm: Replace one-element array with flexible-array memberChangcheng Deng1-1/+1
2022-01-15drm/amd/pm: fix null ptr accessFlora Cui2-1/+4
2022-01-15drm/amd/pm: correct the checks for fan attributes supportEvan Quan5-107/+158
2022-01-15drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_levelAlex Deucher2-52/+59
2022-01-15drm/amd/pm: drop those unrealistic thermal_type checksEvan Quan1-10/+0
2022-01-15drm/amd/pm: unified lock protections in amdgpu_dpm.cEvan Quan3-213/+526
2022-01-15drm/amd/pm: revise the performance level setting APIsEvan Quan5-40/+34
2022-01-15drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan4-42/+1
2022-01-15drm/amd/pm: relocate the power related headersEvan Quan87-11/+40
2022-01-15drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan10-61/+91
2022-01-15drm/amd/pm: drop redundant or unused APIs and data structuresEvan Quan2-49/+4
2022-01-15drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan3-18/+9
2022-01-15drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementationsEvan Quan10-193/+288
2022-01-15drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structureEvan Quan2-3/+5
2022-01-15drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan7-1029/+1085
2022-01-15drm/amd/pm: do not expose the API used internally only in kv_dpm.cEvan Quan3-26/+24
2022-01-15drm/amd/pm: do not expose those APIs used internally only in si_dpm.cEvan Quan4-88/+83
2022-01-15drm/amd/pm: do not expose those APIs used internally only in amdgpu_dpm.cEvan Quan2-25/+23
2022-01-15drm/amd/pm: do not expose power implementation details to displayEvan Quan2-0/+256
2022-01-15drm/amd/pm: do not expose power implementation details to amdgpu_pm.cEvan Quan4-431/+712
2022-01-15drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan4-19/+133
2022-01-15drm/amdgpu/swsmu: make sienna cichlid function staticAlex Deucher1-3/+3
2022-01-11drm/amd/pm: only send GmiPwrDnControl msg on master die (v3)Tao Zhou1-4/+12
2022-01-08drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan1-1/+7
2021-12-31Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5...Dave Airlie11-25/+49
2021-12-30amdgpu/pm: Make sysfs pm attributes as read-only for VFsMarina Nikolic1-0/+6
2021-12-30drm/amdgpu: Only overwrite serial if field is emptyKent Russell1-1/+2
2021-12-30drm/amdgpu: Enable unique_id for AldebaranKent Russell1-1/+2
2021-12-29drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye8-11/+24
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie18-116/+75
2021-12-16drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar1-1/+1
2021-12-16drm/amd/pm: restore SMU version print statement for dGPUsMario Limonciello1-0/+5
2021-12-16drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2-6/+4
2021-12-16drivers/amd/pm: smu13: use local variable adevMario Limonciello1-5/+5
2021-12-15drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-15drm/amd/pm: Skip power state allocationLijo Lazar2-20/+0
2021-12-15drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan1-1/+6
2021-12-15drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan3-15/+17
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-1/+1
2021-12-14drivers/amd/pm: drop statement to print FW version for smu_v13Mario Limonciello1-3/+0
2021-12-14drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello1-0/+3
2021-12-14drm/amdgpu: add support for SMU debug optionLang Yu2-1/+30
2021-12-14drm/amdgpu: remove power on/off SDMA in SMU hw_init/fini()Lang Yu1-5/+0
2021-12-14drm/amd: fix improper docstring syntaxIsabella Basso1-1/+1
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie16-113/+423
2021-12-02drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-1/+1
2021-12-02drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-1/+1
2021-12-02amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell8-73/+12