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:
commit
db58b2996e
2565
RHEL-53423.patch
Normal file
2565
RHEL-53423.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -43,6 +43,7 @@
|
|||||||
%global with_v3d 1
|
%global with_v3d 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch aarch64 x86_64 %{ix86}
|
%ifarch aarch64 x86_64 %{ix86}
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%global with_etnaviv 1
|
%global with_etnaviv 1
|
||||||
@ -108,6 +109,11 @@ BuildRequires: zlib-devel
|
|||||||
|
|
||||||
Patch10: gnome-shell-glthread-disable.patch
|
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: meson
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user