This is the patch to fix VGICv2 compatibility
diff --git a/arch/arm64/boot/dts/amlogic/mesont7.dtsi b/arch/arm64/boot/dts/amlogic/mesont7.dtsi
index 3a0241e86ba3..8ec9d06111e1 100644
--- a/arch/arm64/boot/dts/amlogic/mesont7.dtsi
+++ b/arch/arm64/boot/dts/amlogic/mesont7.dtsi
@@ -288,7 +288,9 @@
#address-cells = <0>;
interrupt-controller;
reg = <0x0 0xfff01000 0 0x1000>,
- <0x0 0xfff02000 0 0x0100>;
+ <0x0 0xfff02000 0 0x2000>,
+ <0x0 0xfff04000 0 0x2000>,
+ <0x0 0xfff06000 0 0x2000>;
interrupts = <GIC_PPI 9 0xf04>;
};
Any way to get GPU acceleration on a custom ubuntu server build? I can’t get virglrenderer to work. I’ll keep debugging it on my own once I have the time but tips are always appreciated. Thanks