allwinner-zh / linux-3.4-sunxi

kernel 3.4 for sunxi platforms
Other
147 stars 138 forks source link

mali driver #12

Open magicse opened 8 years ago

magicse commented 8 years ago

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

rzk commented 8 years ago

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

magicse commented 8 years ago

Ok Thank You