[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1100537: Updated patch



Source: mesa
Followup-For: Bug #1100537
X-Debbugs-Cc: sjr@debian.org

Hi,

updated patch, enabling Iris/Xe drivers on both arm64 and ppc64el.

   Simon

-- System Information:
Debian Release: 13.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing-debug'), (500, 'testing'), (1, 'experimental')
Architecture: ppc64el (ppc64le)

Kernel: Linux 6.16.0-rc6+ (SMP w/64 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled
diff -Nru mesa-25.0.7/debian/rules mesa-25.0.7/debian/rules
--- mesa-25.0.7/debian/rules	2025-06-17 16:04:28.000000000 +0900
+++ mesa-25.0.7/debian/rules	2025-07-21 01:42:00.000000000 +0900
@@ -91,7 +91,11 @@
 
   # Build intel drivers on archs where libdrm-intel is installed
   ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
-	GALLIUM_DRIVERS += crocus i915 iris svga
+	GALLIUM_DRIVERS += i915
+  endif
+
+  ifneq (,$(filter $(DEB_HOST_ARCH), arm64 amd64 i386 x32 ppc64el))
+	GALLIUM_DRIVERS += crocus iris svga
 	VULKAN_DRIVERS += intel intel_hasvk
 	# svga needs xa state tracker
 	confflags_GALLIUM += -Dgallium-xa=enabled

Reply to: