diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-05-23 12:48:00 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-05-23 12:48:00 -0500 |
commit | 3326989e20412dc86b326edfd795cb97e7a2a3ef (patch) | |
tree | e27a51a803a8660785ead86aa061c8975a9f81be | |
parent | 177d62c372dd1313565d5ec9cf00cb2715858a93 (diff) | |
download | meta-ti-3326989e20412dc86b326edfd795cb97e7a2a3ef.tar.gz |
conf: machine: Fallback to software rendering
While we are working to finish our kernel migration 6.6, we are falling
aback to software rendering for platforms that do not currently have a
solution for GPU drivers (namely the boards that use SGX).
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc index 80a7744a..48b89638 100644 --- a/meta-ti-bsp/conf/machine/include/am65xx.inc +++ b/meta-ti-bsp/conf/machine/include/am65xx.inc | |||
@@ -4,7 +4,7 @@ SOC_FAMILY:append = ":am65xx" | |||
4 | MACHINE_FEATURES += "screen touchscreen gpu" | 4 | MACHINE_FEATURES += "screen touchscreen gpu" |
5 | 5 | ||
6 | require conf/machine/include/mesa-pvr.inc | 6 | require conf/machine/include/mesa-pvr.inc |
7 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 7 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
8 | 8 | ||
9 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am654" | 9 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am654" |
10 | 10 | ||
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc index a875713f..9ca41403 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc | |||
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | |||
13 | 13 | ||
14 | # Graphics providers and variables | 14 | # Graphics providers and variables |
15 | require conf/machine/include/mesa-pvr.inc | 15 | require conf/machine/include/mesa-pvr.inc |
16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | 17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" |
18 | 18 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index b0ed1c69..6fd65b2d 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -14,7 +14,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | |||
14 | 14 | ||
15 | # Graphics providers and variables | 15 | # Graphics providers and variables |
16 | require conf/machine/include/mesa-pvr.inc | 16 | require conf/machine/include/mesa-pvr.inc |
17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
18 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | 18 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" |
19 | 19 | ||
20 | KERNEL_IMAGETYPE = "zImage" | 20 | KERNEL_IMAGETYPE = "zImage" |
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index 17ca5240..0a3ef4c3 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc | |||
@@ -14,7 +14,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | |||
14 | 14 | ||
15 | # Graphics providers and variables | 15 | # Graphics providers and variables |
16 | require conf/machine/include/mesa-pvr.inc | 16 | require conf/machine/include/mesa-pvr.inc |
17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
18 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | 18 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" |
19 | 19 | ||
20 | KERNEL_IMAGETYPE = "zImage" | 20 | KERNEL_IMAGETYPE = "zImage" |