summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j721e.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-05-05 17:44:19 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-05 14:22:22 -0500
commit50c81f868c6c7046ca203f2d7cc5f2d4053b4fdc (patch)
tree895a06123d106ec894454fb2230bba8d8802bc23 /meta-ti-bsp/conf/machine/include/j721e.inc
parenta9327edb03815883ee78d547eb4011bc4b7f4439 (diff)
downloadmeta-ti-50c81f868c6c7046ca203f2d7cc5f2d4053b4fdc.tar.gz
conf/machine: add preferences for 3D graphics providers
Specify default 3D GLES/EGL providers for platforms using SGX and Rogue GPUs, both kernel and user-space components. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/j721e.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721e.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc
index d965327c..85952d32 100644
--- a/meta-ti-bsp/conf/machine/include/j721e.inc
+++ b/meta-ti-bsp/conf/machine/include/j721e.inc
@@ -2,3 +2,9 @@ require conf/machine/include/j7.inc
2SOC_FAMILY:append = ":j721e" 2SOC_FAMILY:append = ":j721e"
3 3
4MACHINE_FEATURES += "gpu" 4MACHINE_FEATURES += "gpu"
5
6PREFERRED_PROVIDER_virtual/egl = "ti-img-rogue-umlibs"
7PREFERRED_PROVIDER_virtual/libgles1 = "ti-img-rogue-umlibs"
8PREFERRED_PROVIDER_virtual/libgles2 = "ti-img-rogue-umlibs"
9PREFERRED_PROVIDER_virtual/libgbm = "ti-img-rogue-umlibs"
10PREFERRED_PROVIDER_virtual/gpudriver = "ti-img-rogue-driver"