Commit 18ff50e5 authored by Rob Clark's avatar Rob Clark

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: default avatarRob Clark <robdclark@chromium.org>
Fixes: 5e7665b5 ("drm/msm/adreno: Add Adreno A690 support")
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/552406/
parent 7391c282
...@@ -480,7 +480,7 @@ static const struct adreno_info gpulist[] = { ...@@ -480,7 +480,7 @@ static const struct adreno_info gpulist[] = {
.family = ADRENO_6XX_GEN4, .family = ADRENO_6XX_GEN4,
.fw = { .fw = {
[ADRENO_FW_SQE] = "a660_sqe.fw", [ADRENO_FW_SQE] = "a660_sqe.fw",
[ADRENO_FW_GMU] = "a690_gmu.bin", [ADRENO_FW_GMU] = "a660_gmu.bin",
}, },
.gmem = SZ_4M, .gmem = SZ_4M,
.inactive_period = DRM_MSM_INACTIVE_PERIOD, .inactive_period = DRM_MSM_INACTIVE_PERIOD,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment