Skip to content

Commit 5a2913a

Browse files
Le Maalexdeucher
authored andcommitted
drm/amd/pm: raise the deep sleep clock threshold for smu 13.0.6
The DS clock may exceed the limit as sclk dfll divider is 16 to target freq. Signed-off-by: Le Ma <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Reviewed-by: Yang Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 4eaa007 commit 5a2913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -94,7 +94,7 @@ MODULE_FIRMWARE("amdgpu/smu_13_0_6.bin");
9494
#define PCIE_LC_SPEED_CNTL__LC_CURRENT_DATA_RATE__SHIFT 0x5
9595
#define LINK_SPEED_MAX 4
9696

97-
#define SMU_13_0_6_DSCLK_THRESHOLD 100
97+
#define SMU_13_0_6_DSCLK_THRESHOLD 140
9898

9999
#define MCA_BANK_IPID(_ip, _hwid, _type) \
100100
[AMDGPU_MCA_IP_##_ip] = { .hwid = _hwid, .mcatype = _type, }

0 commit comments

Comments
 (0)