AlmaLinux changes: Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32)

This commit is contained in:
Koichiro Iwao 2025-03-31 10:54:10 +03:00 committed by eabdullin
commit db58b2996e
2 changed files with 2571 additions and 0 deletions

2565
RHEL-53423.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -43,6 +43,7 @@
%global with_v3d 1
%endif
%endif
%ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel}
%global with_etnaviv 1
@ -108,6 +109,11 @@ BuildRequires: zlib-devel
Patch10: gnome-shell-glthread-disable.patch
# AMD Navi4x support:
# Backport fixes for radeonsi and disable GFX12 on radv
# https://issues.redhat.com/browse/RHEL-53423
Patch11: RHEL-53423.patch
BuildRequires: meson
BuildRequires: gcc
BuildRequires: gcc-c++