summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie4-55/+39
2022-04-28drm/amd/pm: fix the deadlock issue observed on SIEvan Quan4-55/+39
2022-04-19drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki1-5/+3
2022-04-19amdgpu/pm: Clarify documentation of error handling in send_smc_mesgDarren Powell1-3/+5
2022-04-19drm/amdgpu/pm: fix the null pointer while the smu is disabledHuang Rui1-1/+1
2022-04-09drm/amdgpu: expand cg_flags from u32 to u64Evan Quan2-4/+4
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher1-4/+4
2022-04-06drm/amdgpu: don't use BACO for reset in S3Alex Deucher1-0/+11
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher1-4/+4
2022-04-05drm/amdgpu: don't use BACO for reset in S3Alex Deucher1-0/+11
2022-04-05amdgpu/pm: Enable sysfs nodes for vclk and dclk for NAVI12Marko Zekovic1-2/+4
2022-04-01drm/amdgpu: Fix unique_id references for Sienna CichlidKent Russell2-12/+4
2022-04-01drm/amdgpu: Add unique_id support for sienna cichlidKent Russell3-2/+45
2022-04-01drm/amdgpu: Use metrics data function to get unique_id for AldebaranKent Russell1-7/+9
2022-04-01drm/amdgpu: Add UNIQUE_ID to MetricsMember_tKent Russell1-0/+2
2022-04-01drm/amdgpu: Use switch case for unique_idKent Russell1-4/+9
2022-03-28drm/amd/pm: Check feature support using IP versionLijo Lazar1-33/+40
2022-03-28amdgpu/pm: Implement emit_clk_levels for vega10Darren Powell1-0/+147
2022-03-28amdgpu/pm: Add new hwmgr API function "emit_clock_levels"Darren Powell2-0/+19
2022-03-25drm/amdgpu/pm: add asic smu support checkStanley.Yang1-0/+6
2022-03-25drm/amdgpu/pm: fix the Stable pstate Test in amdgpu_testYifan Zhang1-1/+1
2022-03-15drm/amd/pm: fix indenting in __smu_cmn_reg_print_error()Dan Carpenter1-8/+8
2022-03-15drm/amd/pm: fix typos in commentsJulia Lawall1-1/+1
2022-03-15drm/amd/pm: use pm mutex to protect ecc info tableStanley.Yang1-1/+6
2022-03-15drm/amd/pm: Send message when resp status is 0xFCLijo Lazar1-2/+0
2022-03-15drm/amd/pm: add send bad channel info functionStanley.Yang7-2/+77
2022-03-15drm/amdgpu: change registers in error checking for smu 13.0.5Yifan Zhang1-2/+8
2022-03-03drm/amd/pm: new v3 SmuMetrics data structure for Sienna CichlidDanijel Slivka2-61/+178
2022-03-03drm/amdgpu: enable gfxoff routine for GC 10.3.7Prike Liang1-0/+1
2022-03-03gpu/amd: vega10_hwmgr: fix inappropriate private variable nameMeng Tang1-30/+38
2022-02-25drm/amdgpu: add gfxoff support for smu 13.0.5Yifan Zhang1-0/+1
2022-02-25drm/amd/pm: refine smu 13.0.5 pp table codeYifan Zhang2-107/+28
2022-02-25drm/amd/pm: fix mode2 reset fail for smu 13.0.5Yifan Zhang1-7/+2
2022-02-25amdgpu/pm: Disable managing hwmon sysfs attributes for ONEVF modeDanijel Slivka1-0/+4
2022-02-23drm/amd/pm: Fix missing prototype warningLijo Lazar1-1/+1
2022-02-22drm/amd/pm: validate SMU feature enable message for getting feature enabled maskPrike Liang3-29/+43
2022-02-18drm/amd/pm: add smu_v13_0_5_ppt implementationYifan Zhang7-1/+1182
2022-02-18drm/amd/pm: update smc message sequence for smu 13.0.5Yifan Zhang1-5/+29
2022-02-18drm/admgpu/pm: add smu 13.0.5 driver interface headersYifan Zhang3-0/+340
2022-02-17drm/amdgpu/smu11.5: restore cclks in vangogh_set_performance_levelAlex Deucher1-1/+19
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-1/+1
2022-02-17drm/amd/pm: Add support for MP1 13.0.8Prike Liang3-0/+3
2022-02-17drm/amd: smu7: downgrade voltage error to infoMario Limonciello1-2/+2
2022-02-17drm/amd/pm: fix some OEM SKU specific stability issuesEvan Quan1-1/+31
2022-02-17drm/amd/pm: fulfill Sienna_Cichlid implementations for DriverSmuConfig settingEvan Quan1-0/+54
2022-02-17drm/amd/pm: fulfill Navi1x implementations for DriverSmuConfig settingEvan Quan1-0/+50
2022-02-17drm/amd/pm: enable pm sysfs write for one VF modeYiqing Yao1-2/+2
2022-02-17drm/amd/pm: correct the default DriverSmuConfig table settingsEvan Quan4-0/+44
2022-02-14drm/amd/pm: correct the sequence of sending gpu reset msgYifan Zhang1-7/+2
2022-02-12drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan4-1/+24