Commit beb35423 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Rob Clark
Browse files

drm/msm/adreno: Fix SM6375 GPU ID



SM6375 comes with a patchlevel=1. Fix the chipid up to reflect that.

Fixes: 90b593ce ("drm/msm/adreno: Switch to chip-id for identifying GPU")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/554527/


Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent b7753280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ static const struct adreno_info gpulist[] = {
		),
	}, {
		.machine = "qcom,sm6375",
		.chip_ids = ADRENO_CHIP_IDS(0x06010900),
		.chip_ids = ADRENO_CHIP_IDS(0x06010901),
		.family = ADRENO_6XX_GEN1,
		.revn = 619,
		.fw = {