summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorLines
2023-07-27drm/amd/pm: open brace '{' following struct go on the same lineRan Sun-14/+7
2023-07-27drm/amd/pm: open brace '{' following function definitions go on the next lineRan Sun-1/+2
2023-07-27drm/amd/pm: that open brace { should be on the previous lineRan Sun-4/+2
2023-07-27drm/amd/pm: Clean up errors in arcturus_ppt.cRan Sun-3/+3
2023-07-27drm/amd/pm: Clean up errors in arcturus_ppt.cRan Sun-2/+2
2023-07-27drm/amd/pm: Clean up errors in navi10_ppt.cRan Sun-12/+13
2023-07-27drm/amd/pm: add missing spaces before '('Ran Sun-3/+3
2023-07-25drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metricsWenyou Yang-9/+103
2023-07-25drm/amdgpu: open brace '{' following struct go on the same lineRan Sun-2/+1
2023-07-25drm/amd/pm: open brace '{' following struct go on the same lineRan Sun-14/+7
2023-07-25drm/amd/smu: use AverageGfxclkFrequency* to replace previous GFX Curr ClockJane Jian-1/+1
2023-07-18drm/amdgpu/pm: make mclk consistent for smu 13.0.7Alex Deucher-1/+1
2023-07-18drm/amdgpu/pm: make gfxclock consistent for sienna cichlidAlex Deucher-2/+6
2023-07-14Merge tag 'amd-drm-fixes-6.5-2023-07-12' of https://gitlab.freedesktop.org/ag...Dave Airlie-141/+78
2023-07-13drm/amd: Use amdgpu_device_pcie_dynamic_switching_supported() for SMU7Mario Limonciello-12/+2
2023-07-12drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13Mario Limonciello-71/+18
2023-07-12drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13Mario Limonciello-71/+18
2023-07-12drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello-20/+1
2023-07-12drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13Mario Limonciello-3/+39
2023-07-12drm/amd/pm: share the code around SMU13 pcie parameters updateEvan Quan-64/+37
2023-07-12drm/amd/pm: fix smu i2c data read riskYang Wang-6/+6
2023-07-12drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello-20/+1
2023-07-12drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13Mario Limonciello-3/+39
2023-07-12drm/amd/pm: share the code around SMU13 pcie parameters updateEvan Quan-64/+37
2023-07-10drm/amd/pm: disbale dcefclk device sysnode on GFX v9.4.3 chipYang Wang-2/+1
2023-07-10drm/amd/pm: fix smu i2c data read riskYang Wang-6/+6
2023-07-06Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-81/+181
2023-06-30drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctua...Evan Quan-32/+99
2023-06-30drm/amd/pm: expose swctf threshold setting for legacy powerplayEvan Quan-1/+26
2023-06-30drm/amd/pm: Add GFX v9.4.3 unique id to sysfsLijo Lazar-0/+1
2023-06-30drm/amd/pm: Enable pp_feature attributeLijo Lazar-1/+3
2023-06-30drm/amd/pm: fulfill the missing enablement for vega12/vega20 L2H and H2L inte...Evan Quan-2/+6
2023-06-30drm/amd/pm: Provide energy data in 15.625mJ unitsLijo Lazar-2/+2
2023-06-30drm/amd/pm: add abnormal fan detection for smu 13.0.0Kenneth Feng-0/+1
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-315/+1758
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-06-23drm/amdgpu: Move clocks closer to its only usage in amdgpu_parse_cg_state()Nathan Chancellor-38/+38
2023-06-23drm/amd/pm: remove unneeded variableMingtong Bao-5/+5
2023-06-15drm/amd/pm: Align eccinfo table structure with smu v13_0_0 interfaceCandice Li-2/+1
2023-06-15drm/amd/pm: enable more Pstates profile levels for SMU v13.0.5Tim Huang-3/+39
2023-06-15drm/amd/pm: enable vclk and dclk Pstates for SMU v13.0.5Tim Huang-0/+29
2023-06-15drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function.Srinivasan Shanmugam-4/+14
2023-06-15drm/amd/pm: fix vclk setting failed for SMU v13.0.5Tim Huang-2/+9
2023-06-13drm/amd/pm: workaround for compute workload type on some skusKenneth Feng-2/+31
2023-06-09drm/amd/pm: workaround for compute workload type on some skusKenneth Feng-2/+31
2023-06-09drm/amd/pm: enable more Pstates profile levels for yellow_carpshikaguo-5/+137
2023-06-09drm/amd/pm: enable more Pstates profile levels for SMU v13.0.4Tim Huang-1/+53
2023-06-09drm/amd/pm: enable vclk and dclk Pstates for SMU v13.0.4Tim Huang-0/+29
2023-06-09drm/amd/pm: fix vclk setting failed for SMU v13.0.4Tim Huang-2/+11
2023-06-09drm/amd/pm: Fix memory some memory corruptionDan Carpenter-4/+4