drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13
authorMario Limonciello <mario.limonciello@amd.com>
Sat, 8 Jul 2023 02:26:09 +0000 (21:26 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Jul 2023 16:21:23 +0000 (12:21 -0400)
commite701156ccc6c7a5f104a968dda74cd6434178712
tree90957b7750554df5d33fde75fb1483f6ab60a924
parent188623076d0f1a500583d392b6187056bf7cc71a
drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13

SMU13 overrides dynamic PCIe lane width and dynamic speed by when on
certain hosts. commit 38e4ced80479 ("drm/amd/pm: conditionally disable
pcie lane switching for some sienna_cichlid SKUs") worked around this
issue by setting up certain SKUs to set up certain limits, but the same
fundamental problem with those hosts affects all SMU11 implmentations
as well, so align the SMU11 and SMU13 driver handling.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.x
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c