allwinner-zh / linux-3.4-sunxi

kernel 3.4 for sunxi platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mali driver

magicse opened this issue · comments

can't build full stack Mali driver mali_drm.ko from r4p0-00rel0 because absent file drm_sman.h in /include/drm

use mali_drm from linux-sunxi
https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-3.4/drivers/gpu/drm/mali

it is actually enough for it to exist, Mali .so userspace blobs don't use them https://github.com/tobiasjakobi/mali-fbdev-ioctl

Ok Thank You