diff options
author | Rob Clark <robdclark@chromium.org> | 2023-08-11 18:05:03 +0200 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2023-08-14 22:33:29 +0200 |
commit | 18ff50e582a08eb365729b7c5507a86c41f2edf8 (patch) | |
tree | afbe28e94f1f600b061517e896c7d77193a7ae64 /drivers/gpu/drm | |
parent | drm/msm: Remove vma use tracking (diff) | |
download | linux-18ff50e582a08eb365729b7c5507a86c41f2edf8.tar.xz linux-18ff50e582a08eb365729b7c5507a86c41f2edf8.zip |
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/
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/msm/adreno/adreno_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c b/drivers/gpu/drm/msm/adreno/adreno_device.c index 9cda403ebc7b..e46497ef8acd 100644 --- a/drivers/gpu/drm/msm/adreno/adreno_device.c +++ b/drivers/gpu/drm/msm/adreno/adreno_device.c @@ -480,7 +480,7 @@ static const struct adreno_info gpulist[] = { .family = ADRENO_6XX_GEN4, .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, |