Skip to content

Commit 2e640e8

Browse files
Asad Kamalalexdeucher
authored andcommitted
drm/amd/pm: Update default power1_cap
Update default power1_cap to max limit for smu_v13_0_6 and smu_v13_0_12 Signed-off-by: Asad Kamal <asad.kamal@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Yang Wang <kevinyang.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 5414140 commit 2e640e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ static int smu_v13_0_6_get_power_limit(struct smu_context *smu,
18721872
if (current_power_limit)
18731873
*current_power_limit = power_limit;
18741874
if (default_power_limit)
1875-
*default_power_limit = power_limit;
1875+
*default_power_limit = pptable->MaxSocketPowerLimit;
18761876

18771877
if (max_power_limit) {
18781878
*max_power_limit = pptable->MaxSocketPowerLimit;

0 commit comments

Comments
 (0)