This is a note to let you know that I've just added the patch titled drm/amdgpu/pm: make mclk consistent for smu 13.0.7 to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-amdgpu-pm-make-mclk-consistent-for-smu-13.0.7.patch and it can be found in the queue-6.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 068c8bb10f37bb84824625dbbda053a3a3e0d6e1 Mon Sep 17 00:00:00 2001 From: Alex Deucher <alexander.deucher@xxxxxxx> Date: Tue, 13 Jun 2023 12:36:17 -0400 Subject: drm/amdgpu/pm: make mclk consistent for smu 13.0.7 From: Alex Deucher <alexander.deucher@xxxxxxx> commit 068c8bb10f37bb84824625dbbda053a3a3e0d6e1 upstream. Use current uclk to be consistent with other dGPUs. Reviewed-by: Kenneth Feng <kenneth.feng@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Cc: stable@xxxxxxxxxxxxxxx # 6.1.x Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c @@ -940,7 +940,7 @@ static int smu_v13_0_7_read_sensor(struc break; case AMDGPU_PP_SENSOR_GFX_MCLK: ret = smu_v13_0_7_get_smu_metrics_data(smu, - METRICS_AVERAGE_UCLK, + METRICS_CURR_UCLK, (uint32_t *)data); *(uint32_t *)data *= 100; *size = 4; Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-6.4/drm-amdgpu-vkms-relax-timer-deactivation-by-hrtimer_try_to_cancel.patch queue-6.4/drm-amdgpu-pm-make-gfxclock-consistent-for-sienna-cichlid.patch queue-6.4/drm-amd-display-disable-mpc-split-by-default-on-special-asic.patch queue-6.4/drm-amdgpu-pm-make-mclk-consistent-for-smu-13.0.7.patch queue-6.4/drm-amd-display-only-accept-async-flips-for-fast-updates.patch queue-6.4/drm-amd-display-keep-phy-active-for-dp-displays-on-dcn31.patch queue-6.4/drm-amd-display-check-tg-is-non-null-before-checking-if-enabled.patch