summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-01-26 13:04:16 -0600
committerRyan Eatmon <reatmon@ti.com>2024-02-06 09:18:18 -0600
commit5b29403de4be5fea2cc1fcc34e378a3d12e6e47f (patch)
tree9da4fa8007bd9bbbdefa85fc92497613af114d8a
parent6059a3fd011f5989d1904ffaa4cba781fadf3ca6 (diff)
downloadmeta-ti-5b29403de4be5fea2cc1fcc34e378a3d12e6e47f.tar.gz
mesa-pvr: bump srcrev and drop conditional logic
Bump the SRCREV to include some useful patches that: - Fix the ROGUE segfault issue introduced by SGX (this was what the old conditional logic was addressing) - Fix destruction of event queue with proxies still attached Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
index 554fadd3..5abd0793 100644
--- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
+++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
@@ -28,11 +28,7 @@ PACKAGECONFIG:append = " \
28 ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ 28 ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \
29" 29"
30 30
31# Temporary work around to use a different SRCREV for SGX Mesa, vs Rogue Mesa 31SRCREV = "1be98ba80452ebe38546a7fca26b5a70f2629083"
32# Idea is these two should be the same, but currently a segfault is happening
33# on certain platforms if the sgx commit is used.
34SRCREV = "${@bb.utils.contains('PACKAGECONFIG', 'sgx', '7c9522a4147836064f582278e4f7115735c16868', '54fd9d7dea098b6f11c2a244b0c6763dc8c5690c', d)}"
35PR = "sgxrgx${SRCPV}"
36 32
37PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss" 33PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss"
38PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS}," 34PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS},"