Hi Forum ppl,
I have dowloaded source code BX301A01B-SW-99002-r23p0-01rel0 from mali official and
intigrating mali driver in kernel(5.15) for that i follow the procecess.
1. copied BX301A01B-SW-99002-r23p0-01rel0/driver/product/kernel/drivers/gpu/arm to drivers/gpu/ in kernel
2. Added arm directory to the list of directories in drivers/gpu/Makefile :
obj-y += drm/ vga/ stub/ arm/
3.Add the following line to drivers/video/Kconfig after adding it after the line source"drivers/gpu/ion/Kconfig" :
source "drivers/gpu/arm/Kconfig"
enable option in config as below but getting error ass below picture
Error window :
r23p0 was released in 2020, so it predates the 5.15 kernel by quite a few years, so it's likely that the kernel has changed. Can you use an older kernel or a newer Mali driver?
Hi peter,
so now i tried with newest mali driver relese (BX304L01B-SW-99002-r40p0-01eac0) with the same kernel version 5.15
still facing below issue.
what couses this error or suggest us mali Driver version for for ARM Mali-Dvalin g31 for kernel 5.15.
Have you found the solution?