Hi all,
we was successfully using kernel 3.14.28 on imx6q, graphic part was performing quite well. We are moving now to
imx6q-plus. Seems 3.14.28 vivante driver is not supporting imx6q-plus vivante gpu-s. Is this correct ? Is a kernel upgrade in case the only (not really the faster) solution ?
many thanks,
angelo
解決済! 解決策の投稿を見る。
Hi Angelo
according to attached Release Notes L3.14.28 does not
support i.MX6DQP, it supported starting from 3.14.52.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Angelo
according to attached Release Notes L3.14.28 does not
support i.MX6DQP, it supported starting from 3.14.52.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igor,
many thanks,
so i updated to 3.14.52 (even if from linux-imx-boundary branch) but i get the following error on display init:
[user@localhost ~]$ ./triangle
init(): entering
fsl_getNativeDisplay(): entering
mxc_sdc_fb fb.26: 1024x768 h_sync,r,l: 60,220,40 v_sync,l,u: 10,21,7 pixclock=65002000 Hz
imx-ipuv3 2400000.ipu: use special clk parent
imx-ipuv3 2400000.ipu: disp=1, pixel_clk=65002000 64653061 parent=64653061 div=1
fsl_getNativeDisplay(): eglNativeDisplayType = 01dc3008
init(): egldispaly is invalid = 00000000
triangle: main.c:153: init: Assertion `eglGetError() == 0x3000' failed.
Aborted (core dumped)
In particular, it is the line
eglInitialize(egldisplay, NULL, NULL);
returning BAD_ALLOC
if any help, welcome.
Thanks,
angelo