drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
authorEvan Quan <evan.quan@amd.com>
Mon, 24 Jan 2022 05:40:35 +0000 (13:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 17:34:05 +0000 (18:34 +0100)
commit4f4c77ad5a13ac39d38cc3f1b963e85ecf9d528f
treeb5aeb5fc5d2d1d009f17c4362ac1233e75046bf6
parent39ac3945d966168bdede467446dec45cee3382bb
drm/amd/pm: correct the MGpuFanBoost support for Beige Goby

commit 3ec5586b4699cfb75cdfa09425e11d121db40773 upstream.

The existing way cannot handle Beige Goby well as a different
PPTable data structure(PPTable_beige_goby_t instead of PPTable_t)
is used there.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c