]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/msm/adreno: Fix A680 chip id
authorBjorn Andersson <quic_bjorande@quicinc.com>
Fri, 1 Dec 2023 00:26:41 +0000 (16:26 -0800)
committerRob Clark <robdclark@chromium.org>
Sun, 10 Dec 2023 18:22:45 +0000 (10:22 -0800)
The only A680 referenced from DeviceTree is patch level 1, which since
commit '90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying
GPU")' isn't a known chip id.

Correct the chip id to allow the A680 to be recognized again.

Fixes: 90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying GPU")
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/569839/
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/adreno_device.c

index f62ab5257e6685c7f8c15903e11c82b79db2f397..2ce7d7b1690dc8f798c659f6d54bf66a66c15d62 100644 (file)
@@ -464,7 +464,7 @@ static const struct adreno_info gpulist[] = {
                        { 190, 1 },
                ),
        }, {
-               .chip_ids = ADRENO_CHIP_IDS(0x06080000),
+               .chip_ids = ADRENO_CHIP_IDS(0x06080001),
                .family = ADRENO_6XX_GEN2,
                .revn = 680,
                .fw = {