Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: qcom: ubwc: use no-uwbc config for MSM8917

MSM8917 has MDSS 1.15 and Adreno 308, neither of which support UBWC.
Change UBWC configuration to point out that UBWC is not supported on
this platform.

Fixes: 1924272b9ce1 ("soc: qcom: Add UBWC config provider")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/668500/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>

authored by

Dmitry Baryshkov and committed by
Rob Clark
5cfd298c abebfed2

+1 -1
+1 -1
drivers/soc/qcom/ubwc_config.c
··· 225 225 { .compatible = "qcom,apq8096", .data = &msm8998_data }, 226 226 { .compatible = "qcom,msm8226", .data = &no_ubwc_data }, 227 227 { .compatible = "qcom,msm8916", .data = &no_ubwc_data }, 228 - { .compatible = "qcom,msm8917", .data = &msm8937_data }, 228 + { .compatible = "qcom,msm8917", .data = &no_ubwc_data }, 229 229 { .compatible = "qcom,msm8937", .data = &msm8937_data }, 230 230 { .compatible = "qcom,msm8939", .data = &no_ubwc_data }, 231 231 { .compatible = "qcom,msm8953", .data = &msm8937_data },