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 22d0a543a0e6..57cfb4af2e5d 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
@@ -1794,7 +1794,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