Skip to content

Commit beb3542

Browse files
konradybciorobclark
authored andcommitted
drm/msm/adreno: Fix SM6375 GPU ID
SM6375 comes with a patchlevel=1. Fix the chipid up to reflect that. Fixes: 90b593c ("drm/msm/adreno: Switch to chip-id for identifying GPU") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/554527/ Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent b775328 commit beb3542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ static const struct adreno_info gpulist[] = {
331331
),
332332
}, {
333333
.machine = "qcom,sm6375",
334-
.chip_ids = ADRENO_CHIP_IDS(0x06010900),
334+
.chip_ids = ADRENO_CHIP_IDS(0x06010901),
335335
.family = ADRENO_6XX_GEN1,
336336
.revn = 619,
337337
.fw = {

0 commit comments

Comments
 (0)