Using Linux on UG007 with RK3188
kernel: radxa 3.0.36
fbturbo as x11 display driver
Does anybody know how to implement MALI's hardware video acceleration for mplayer or VLC?
Looking for an answer results me two basic ways:
1. using VPU
# insmod vpu_service.ko
[ 42.712684] VPU_SERVICE: vpu_service_check_hw: checking hw id 4831
[ 42.720101] VPU_SERVICE: vpu_service_init: init success
# ls -al /dev/vpu_service
crw------- 1 root root 10, 41 Jan 1 00:00 /dev/vpu_service
? But how can I integrate VPU with x11 or a player?
2. using /dev/cedar_dev driver + cedarx lib
? Does anybody have an experience with building standalone cedar_dev driver (not sunxi-linux) ?
Thanks for your answers!