Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Fix set_default_dpm_tables

Use smu_v15_0_0_update_table instead of common api

Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Acked-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Pratik Vishwakarma and committed by
Alex Deucher
f4011253 a0562828

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c
··· 1788 1788 { 1789 1789 struct smu_table_context *smu_table = &smu->smu_table; 1790 1790 1791 - return smu_cmn_update_table(smu, SMU_TABLE_DPMCLOCKS, 0, 1791 + return smu_v15_0_0_update_table(smu, SMU_TABLE_DPMCLOCKS, 0, 1792 1792 smu_table->clocks_table, false); 1793 1793 } 1794 1794