Skip to content
Snippets Groups Projects
Commit 81d09a08 authored by Puranam V G Tejaswi's avatar Puranam V G Tejaswi Committed by Linux Build Service Account
Browse files

QCLINUX: drm/msm: Avoid probing gpu device


Commit 87ef5868 ("QCLINUX: drm/msm: Avoid probing gpu device")
only avoided adding gpu component. But gpu device probe can still
happen. Remove compatible strings qcom,kgsl-3d0 and qcom,adreno to
avoid probing gpu device.

Change-Id: Id6d255cf2b62e20b46a0d165320bdac10d39e004
Signed-off-by: default avatarPuranam V G Tejaswi <quic_pvgtejas@quicinc.com>
parent 4caca646
No related branches found
No related tags found
No related merge requests found
...@@ -763,12 +763,9 @@ static void adreno_shutdown(struct platform_device *pdev) ...@@ -763,12 +763,9 @@ static void adreno_shutdown(struct platform_device *pdev)
} }
static const struct of_device_id dt_match[] = { static const struct of_device_id dt_match[] = {
{ .compatible = "qcom,adreno" },
{ .compatible = "qcom,adreno-3xx" }, { .compatible = "qcom,adreno-3xx" },
/* for compatibility with imx5 gpu: */ /* for compatibility with imx5 gpu: */
{ .compatible = "amd,imageon" }, { .compatible = "amd,imageon" },
/* for backwards compat w/ downstream kgsl DT files: */
{ .compatible = "qcom,kgsl-3d0" },
{} {}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment