SMU 14.0.2 copies the boot external OverDrive table on reset and uploads
it immediately. Keep the table staged until c.

Signed-off-by: Kevin Wang <[email protected]>
---
 drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
index 71c928e90264..8f297eaedfdf 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
@@ -2762,7 +2762,7 @@ static int smu_v14_0_2_od_edit_dpm_table(struct 
smu_context *smu,
                       sizeof(OverDriveTableExternal_t));
                        od_table->OverDriveTable.FeatureCtrlMask = 
feature_ctrlmask;
                }
-               fallthrough;
+               break;
        case PP_OD_COMMIT_DPM_TABLE:
                /*
                 * The member below instructs PMFW the settings focused in
-- 
2.55.0

Reply via email to