Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 5e7665b5e484 ("drm/msm/adreno: Add Adreno A690 support")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/552406/

+1 -1
+1 -1
drivers/gpu/drm/msm/adreno/adreno_device.c
··· 480 480 .family = ADRENO_6XX_GEN4, 481 481 .fw = { 482 482 [ADRENO_FW_SQE] = "a660_sqe.fw", 483 - [ADRENO_FW_GMU] = "a690_gmu.bin", 483 + [ADRENO_FW_GMU] = "a660_gmu.bin", 484 484 }, 485 485 .gmem = SZ_4M, 486 486 .inactive_period = DRM_MSM_INACTIVE_PERIOD,