summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorLines
2022-05-11Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Alex Deucher-7/+1
2022-04-27drm/amd/pm: fix the deadlock issue observed on SIEvan Quan-55/+39
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher-4/+4
2022-04-06drm/amdgpu: don't use BACO for reset in S3Alex Deucher-0/+11
2022-03-25drm/amdgpu/pm: add asic smu support checkStanley.Yang-0/+6
2022-03-25drm/amdgpu/pm: fix the Stable pstate Test in amdgpu_testYifan Zhang-1/+1
2022-03-15drm/amd/pm: fix indenting in __smu_cmn_reg_print_error()Dan Carpenter-8/+8
2022-03-15drm/amd/pm: fix typos in commentsJulia Lawall-1/+1
2022-03-15drm/amd/pm: use pm mutex to protect ecc info tableStanley.Yang-1/+6
2022-03-15drm/amd/pm: Send message when resp status is 0xFCLijo Lazar-2/+0
2022-03-15drm/amd/pm: add send bad channel info functionStanley.Yang-2/+77
2022-03-15drm/amdgpu: change registers in error checking for smu 13.0.5Yifan Zhang-2/+8
2022-03-02drm/amd/pm: new v3 SmuMetrics data structure for Sienna CichlidDanijel Slivka-61/+178
2022-03-02drm/amdgpu: enable gfxoff routine for GC 10.3.7Prike Liang-0/+1
2022-03-02gpu/amd: vega10_hwmgr: fix inappropriate private variable nameMeng Tang-30/+38
2022-02-25drm/amdgpu: add gfxoff support for smu 13.0.5Yifan Zhang-0/+1
2022-02-25drm/amd/pm: refine smu 13.0.5 pp table codeYifan Zhang-107/+28
2022-02-24drm/amd/pm: fix mode2 reset fail for smu 13.0.5Yifan Zhang-7/+2
2022-02-24amdgpu/pm: Disable managing hwmon sysfs attributes for ONEVF modeDanijel Slivka-0/+4
2022-02-23drm/amd/pm: Fix missing prototype warningLijo Lazar-1/+1
2022-02-22drm/amd/pm: validate SMU feature enable message for getting feature enabled maskPrike Liang-29/+43
2022-02-18drm/amd/pm: add smu_v13_0_5_ppt implementationYifan Zhang-1/+1182
2022-02-18drm/amd/pm: update smc message sequence for smu 13.0.5Yifan Zhang-5/+29
2022-02-18drm/admgpu/pm: add smu 13.0.5 driver interface headersYifan Zhang-0/+340
2022-02-17drm/amdgpu/smu11.5: restore cclks in vangogh_set_performance_levelAlex Deucher-1/+19
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello-1/+1
2022-02-16drm/amd/pm: Add support for MP1 13.0.8Prike Liang-0/+3
2022-02-16drm/amd: smu7: downgrade voltage error to infoMario Limonciello-2/+2
2022-02-16drm/amd/pm: fix some OEM SKU specific stability issuesEvan Quan-1/+31
2022-02-16drm/amd/pm: fulfill Sienna_Cichlid implementations for DriverSmuConfig settingEvan Quan-0/+54
2022-02-16drm/amd/pm: fulfill Navi1x implementations for DriverSmuConfig settingEvan Quan-0/+50
2022-02-16drm/amd/pm: enable pm sysfs write for one VF modeYiqing Yao-2/+2
2022-02-16drm/amd/pm: correct the default DriverSmuConfig table settingsEvan Quan-0/+44
2022-02-14drm/amd/pm: correct the sequence of sending gpu reset msgYifan Zhang-7/+2
2022-02-11drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan-1/+24
2022-02-11drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige GobyEvan Quan-5/+29
2022-02-11amdgpu/pm: Add emit_clock_levels callsDarren Powell-14/+35
2022-02-11amdgpu/pm: Implement emit_clk_levels for navi10Darren Powell-0/+210
2022-02-11drm/amd/pm: fix enabled features retrieving on Renoir and Cyan SkillfishEvan Quan-8/+22
2022-02-09drm/amd/pm: correct hwmon power label nameYang Wang-3/+7
2022-02-09drm/amd/pm: fix hwmon node of power1_label create issueYang Wang-2/+1
2022-02-09drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov modeYang Wang-1/+1
2022-02-07drm/amd/pm: add missing prototypes to amdgpu_dpm_internalMaĆ­ra Canal-1/+2
2022-02-07drm/amd/pm: fix error handlingTom Rix-2/+1
2022-02-07drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_ex...Evan Quan-17/+3
2022-02-07drm/amd/pm: avoid consecutive retrieving for enabled ppfeaturesEvan Quan-1/+9
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan-109/+17
2022-02-07drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan-22/+21
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan-64/+32
2022-02-07drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan-67/+46