summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2022-02-12drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan4-1/+24
2022-02-12drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige GobyEvan Quan2-5/+29
2022-02-12amdgpu/pm: Add emit_clock_levels callsDarren Powell1-14/+35
2022-02-12amdgpu/pm: Implement emit_clk_levels for navi10Darren Powell1-0/+210
2022-02-12drm/amd/pm: fix enabled features retrieving on Renoir and Cyan SkillfishEvan Quan3-8/+22
2022-02-10drm/amd/pm: correct hwmon power label nameYang Wang1-3/+7
2022-02-10drm/amd/pm: fix hwmon node of power1_label create issueYang Wang1-2/+1
2022-02-10drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov modeYang Wang1-1/+1
2022-02-08drm/amd/pm: add missing prototypes to amdgpu_dpm_internalMaĆ­ra Canal3-1/+2
2022-02-08drm/amd/pm: fix error handlingTom Rix1-2/+1
2022-02-08drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_ex...Evan Quan5-17/+3
2022-02-08drm/amd/pm: avoid consecutive retrieving for enabled ppfeaturesEvan Quan1-1/+9
2022-02-08drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan7-109/+17
2022-02-08drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan7-22/+21
2022-02-08drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan14-64/+32
2022-02-08drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan5-67/+46
2022-02-08drm/amd/pm: correct the way for retrieving enabled ppfeatures on RenoirEvan Quan1-1/+2
2022-02-08drm/amdgpu: Set FRU bus for Aldebaran and Vega 20Luben Tuikov1-0/+1
2022-02-03amdgpu/pm: Implement new API function "emit" that accepts buffer base and wri...Darren Powell4-5/+76
2022-02-03drm/amd/pm: remove duplicate include in 'arcturus_ppt.c'Changcheng Deng1-1/+0
2022-01-27drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher2-0/+8
2022-01-27drm/amdgpu/swsmu/i2c: return an error if the SMU is not runningAlex Deucher4-0/+12
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov9-75/+207
2022-01-27drm/amd/pm: fix the deadlock observed on performance_level settingEvan Quan1-33/+17
2022-01-27drm/amd/pm: correct the MGpuFanBoost support for Beige GobyEvan Quan1-3/+3
2022-01-26drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq functionTom Rix1-1/+1
2022-01-26drm/amdgpu/pm/smu7: drop message about VI performance levelsAlex Deucher1-4/+0
2022-01-26drm/amd/pm: use existing fini_smc_tables function for cyan skillfishLang Yu1-17/+1
2022-01-26drm/amd/pm: add get_dpm_ultimate_freq function for cyan skillfishLang Yu1-0/+31
2022-01-26drm/amd/pm: remove useless ifJiapeng Chong1-4/+1
2022-01-26drm/amd/pm: use dev_*** to print output in multiple GPUsGuchun Chen5-10/+15
2022-01-26drm/amd/pm: drop unneeded hwmgr->smu_lockEvan Quan2-241/+38
2022-01-26drm/amd/pm: drop unneeded feature->mutexEvan Quan4-31/+10
2022-01-26drm/amd/pm: drop unneeded smu_baco->mutexEvan Quan3-16/+5
2022-01-26drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan10-20/+0
2022-01-26drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan12-195/+70
2022-01-26drm/amd/pm: drop unneeded vcn/jpeg_gate_lockEvan Quan2-54/+11
2022-01-26drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan6-299/+34
2022-01-26drm/amd: Fix MSB of SMU version printingMario Limonciello3-17/+17
2022-01-19drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF modeMarina Nikolic2-16/+3
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