diff mbox series

[meta-arago,master/scarthgap] branding-ltsprep: enable newer pvr drivers

Message ID 20240430213910.3697337-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] branding-ltsprep: enable newer pvr drivers | expand

Commit Message

Randolph Sapp April 30, 2024, 9:39 p.m. UTC
From: Randolph Sapp <rs@ti.com>

The newer drivers require a dt binding change for platforms that is only
present in the ltsprep kernel. Enable them with the new kernel here.

Also pull in the newer pvr-mesa package here as well. It's not strictly
required for this driver version but it is recommended. It still needs
some attention with regards to SGX so it will not be enabled by default
right now.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
index 1298bda1..4853f3c6 100644
--- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
+++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
@@ -3,6 +3,9 @@  PREFERRED_VERSION_linux-ti-staging = "6.6%"
 PREFERRED_VERSION_linux-ti-staging-rt = "6.6%"
 PREFERRED_VERSION_linux-ti-staging-systest = "6.6%"
 PREFERRED_VERSION_u-boot-ti-staging = "2024.04%"
+PREFERRED_VERSION_ti-img-rogue-umlibs = "24.1.6554834"
+PREFERRED_VERSION_ti-img-rogue-driver = "24.1.6554834"
+PREFERRED_VERSION_mesa-pvr = "23.2.1"
 
 # Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18
 MACHINE_FEATURES:remove = "mmip"