summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-05-23 12:58:55 -0500
committerRyan Eatmon <reatmon@ti.com>2024-06-15 08:05:34 -0500
commitf0bf22d586ad64dcf270a056d26c4094402f442c (patch)
treea843f8362c03017209588cb6389258cc8fff287a /meta-ti-bsp/conf/machine/include/ti33x.inc
parentfa7500e55ca8039316772e209e15e4c17530d8a0 (diff)
downloadmeta-ti-f0bf22d586ad64dcf270a056d26c4094402f442c.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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti33x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
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
16require conf/machine/include/mesa-pvr.inc 16require conf/machine/include/mesa-pvr.inc
17PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 17PREFERRED_PROVIDER_virtual/gpudriver ?= ""
18PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" 18PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc"
19 19
20KERNEL_IMAGETYPE = "zImage" 20KERNEL_IMAGETYPE = "zImage"