This is a note to let you know that I've just added the patch titled drm/msm/a690: Switch to a660_gmu.bin to the 6.5-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-msm-a690-switch-to-a660_gmu.bin.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 4bf1aa1320956b84168253c9165eab019682270a Author: Rob Clark <robdclark@xxxxxxxxxxxx> Date: Fri Aug 11 09:05:03 2023 -0700 drm/msm/a690: Switch to a660_gmu.bin [ Upstream commit 18ff50e582a08eb365729b7c5507a86c41f2edf8 ] There isn't actually a a690_gmu.bin. But it appears that the normal a660_gmu.bin works fine. Normally all the devices within a sub- generation (or "family") will use the same fw, and a690 is in the a660 family. Signed-off-by: Rob Clark <robdclark@xxxxxxxxxxxx> Fixes: 5e7665b5e484 ("drm/msm/adreno: Add Adreno A690 support") Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Patchwork: https://patchwork.freedesktop.org/patch/552406/ Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c b/drivers/gpu/drm/msm/adreno/adreno_device.c index ce8d0b2475bf1..6e3c1368c5e15 100644 --- a/drivers/gpu/drm/msm/adreno/adreno_device.c +++ b/drivers/gpu/drm/msm/adreno/adreno_device.c @@ -371,7 +371,7 @@ static const struct adreno_info gpulist[] = { .rev = ADRENO_REV(6, 9, 0, ANY_ID), .fw = { [ADRENO_FW_SQE] = "a660_sqe.fw", - [ADRENO_FW_GMU] = "a690_gmu.bin", + [ADRENO_FW_GMU] = "a660_gmu.bin", }, .gmem = SZ_4M, .inactive_period = DRM_MSM_INACTIVE_PERIOD,