summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amd/pm: correct hwmon power label nameYang Wang2022-02-091-3/+7
* drm/amd/pm: fix hwmon node of power1_label create issueYang Wang2022-02-091-2/+1
* drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov modeYang Wang2022-02-091-1/+1
* drm/amd/pm: add missing prototypes to amdgpu_dpm_internalMaĆ­ra Canal2022-02-073-1/+2
* drm/amd/pm: fix error handlingTom Rix2022-02-071-2/+1
* drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_ex...Evan Quan2022-02-075-17/+3
* drm/amd/pm: avoid consecutive retrieving for enabled ppfeaturesEvan Quan2022-02-071-1/+9
* drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan2022-02-077-109/+17
* drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan2022-02-077-22/+21
* drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan2022-02-0714-64/+32
* drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan2022-02-075-67/+46
* drm/amd/pm: correct the way for retrieving enabled ppfeatures on RenoirEvan Quan2022-02-071-1/+2
* drm/amdgpu: Set FRU bus for Aldebaran and Vega 20Luben Tuikov2022-02-071-0/+1
* amdgpu/pm: Implement new API function "emit" that accepts buffer base and wri...Darren Powell2022-02-024-5/+76
* drm/amd/pm: remove duplicate include in 'arcturus_ppt.c'Changcheng Deng2022-02-021-1/+0
* drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher2022-01-272-0/+8
* drm/amdgpu/swsmu/i2c: return an error if the SMU is not runningAlex Deucher2022-01-274-0/+12
* drm/amd: Expose the FRU SMU I2C busLuben Tuikov2022-01-279-75/+207
* drm/amd/pm: fix the deadlock observed on performance_level settingEvan Quan2022-01-271-33/+17
* drm/amd/pm: correct the MGpuFanBoost support for Beige GobyEvan Quan2022-01-271-3/+3
* drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq functionTom Rix2022-01-251-1/+1
* drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher2022-01-251-4/+0
* drm/amd/pm: use existing fini_smc_tables function for cyan skillfishLang Yu2022-01-251-17/+1
* drm/amd/pm: add get_dpm_ultimate_freq function for cyan skillfishLang Yu2022-01-251-0/+31
* drm/amd/pm: remove useless ifJiapeng Chong2022-01-251-4/+1
* drm/amd/pm: use dev_*** to print output in multiple GPUsGuchun Chen2022-01-255-10/+15
* drm/amd/pm: drop unneeded hwmgr->smu_lockEvan Quan2022-01-252-241/+38
* drm/amd/pm: drop unneeded feature->mutexEvan Quan2022-01-254-31/+10
* drm/amd/pm: drop unneeded smu_baco->mutexEvan Quan2022-01-253-16/+5
* drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan2022-01-2510-20/+0
* drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan2022-01-2512-195/+70
* drm/amd/pm: drop unneeded vcn/jpeg_gate_lockEvan Quan2022-01-252-54/+11
* drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan2022-01-256-299/+34
* drm/amd: Fix MSB of SMU version printingMario Limonciello2022-01-253-17/+17
* drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF modeMarina Nikolic2022-01-182-16/+3
* drm/amd/pm: add message smu to get ecc_tablemziya2022-01-182-0/+71
* drm/amd/pm: Update smu driver interface for sienna cichlidmziya2022-01-181-3/+21
* drm/amd/pm: Replace one-element array with flexible-array memberChangcheng Deng2022-01-141-1/+1
* drm/amd/pm: fix null ptr accessFlora Cui2022-01-142-1/+4
* drm/amd/pm: correct the checks for fan attributes supportEvan Quan2022-01-145-107/+158
* drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_levelAlex Deucher2022-01-142-52/+59
* drm/amd/pm: drop those unrealistic thermal_type checksEvan Quan2022-01-141-10/+0
* drm/amd/pm: unified lock protections in amdgpu_dpm.cEvan Quan2022-01-143-213/+526
* drm/amd/pm: revise the performance level setting APIsEvan Quan2022-01-145-40/+34
* drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan2022-01-144-42/+1
* drm/amd/pm: relocate the power related headersEvan Quan2022-01-1487-11/+40
* drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan2022-01-1410-61/+91
* drm/amd/pm: drop redundant or unused APIs and data structuresEvan Quan2022-01-142-49/+4
* drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan2022-01-143-18/+9
* drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementationsEvan Quan2022-01-1410-193/+288