Skip to content

Commit 18ff50e

Browse files
committed
drm/msm/a690: Switch to a660_gmu.bin
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@chromium.org> Fixes: 5e7665b ("drm/msm/adreno: Add Adreno A690 support") Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/552406/
1 parent 7391c28 commit 18ff50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/adreno/adreno_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ static const struct adreno_info gpulist[] = {
480480
.family = ADRENO_6XX_GEN4,
481481
.fw = {
482482
[ADRENO_FW_SQE] = "a660_sqe.fw",
483-
[ADRENO_FW_GMU] = "a690_gmu.bin",
483+
[ADRENO_FW_GMU] = "a660_gmu.bin",
484484
},
485485
.gmem = SZ_4M,
486486
.inactive_period = DRM_MSM_INACTIVE_PERIOD,

0 commit comments

Comments
 (0)