We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 :
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?