summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchou Gan <yuchou.gan@nxp.com>2017-12-26 23:54:37 +0800
committerYuchou Gan <yuchou.gan@nxp.com>2017-12-27 00:27:36 +0800
commita9867d793fb3a79d740d72efc2b715840c38b0ad (patch)
treee1a1cc6accdc28dfb9dd0c3ea604f9e141fae0c6
parentad16892b63d453fa7b28e0696cb4ab48a562598d (diff)
MGS-3536 [#imx-858] [8QM/qxp] fix the gles cts fail issue.
This issue is introduced by MGS-2914. Temporarily enable the depth compression so that wouldn't block the release. And find the root cause and fix the issue later. Date: Dec 26, 2017 Signed-off-by Yuchou Gan yuchou.gan@nxp.com
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi2
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi2
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
index 804155f56e49..239bd3ae7d82 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
@@ -1122,7 +1122,7 @@
assigned-clock-parents = <&clk IMX8MQ_GPU_PLL_OUT>, <&clk IMX8MQ_GPU_PLL_OUT>, <&clk IMX8MQ_GPU_PLL_OUT>, <&clk IMX8MQ_GPU_PLL_OUT>;
assigned-clock-rates = <800000000>, <800000000>, <800000000>, <800000000>;
power-domains = <&gpu_pd>;
- depth-compression = <0>;
+ depth-compression = <1>;
status = "disabled";
};
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi
index 8321f982dde0..dce2ebe91d58 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi
@@ -2929,7 +2929,7 @@
cores = <&gpu_3d0>, <&gpu_3d1>;
reg = <0x0 0x80000000 0x0 0x80000000>, <0x0 0x0 0x0 0x8000000>;
reg-names = "phys_baseaddr", "contiguous_mem";
- depth-compression = <0>;
+ depth-compression = <1>;
status = "disabled";
};
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
index 38567c9785ae..2378bb8660fe 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
@@ -1981,7 +1981,7 @@
cores = <&gpu_3d0>;
reg = <0x0 0x80000000 0x0 0x80000000>, <0x0 0x0 0x0 0x8000000>;
reg-names = "phys_baseaddr", "contiguous_mem";
- depth-compression = <0>;
+ depth-compression = <1>;
status = "disabled";
};