Skip to content

Commit 5a2913a

Browse files
lema1-devalexdeucher
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 <le.ma@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 4eaa007 commit 5a2913a

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
@@ -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)