Use smu_v15_0_0_update_table instead of common api

Signed-off-by: Pratik Vishwakarma <[email protected]>
---
 drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c
index d3dc7583ce4d..e8dbf3d6009d 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c
@@ -1798,7 +1798,7 @@ int smu_v15_0_set_default_dpm_tables(struct smu_context 
*smu)
 {
        struct smu_table_context *smu_table = &smu->smu_table;
 
-       return smu_cmn_update_table(smu, SMU_TABLE_DPMCLOCKS, 0,
+       return smu_v15_0_0_update_table(smu, SMU_TABLE_DPMCLOCKS, 0,
                                    smu_table->clocks_table, false);
 }
 
-- 
2.43.0

Reply via email to