Tool/software: Linux
Hello.
I'm using latest Processor SDK(3.01) with VAYU EVM board.
I'm testing ivi-share protocol of wayland-ivi-extesion with weston/wayland.(version is 1.11.0)
In ivi-share code, gbm_bo_import(backend->gbm, GBM_BO_IMPOR....) is calling.
But below gpu related error message is shown.
-------------------------------------------------------------------
118 if (!buffer) {
(gdb) n
122 struct gbm_bo *bo = gbm_bo_import(backend->gbm, GBM_BO_IMPORT_WL_BUFFER,
(gdb) n
PVR:(Error): [ 1257-> 1257] < gbm_pvr_bo_import():276|ERROR> GBM import function not supported [0, ]
124 if (!bo) {
------------------------------------------------------------------
Please explain about this error. Is pvr dirver/lib still not surpporting this fucntion otherwise... Did I do the wrong test?
p.s.
Also I read some answer at here that processor SDK version 3.01 looks like not support above function of sgx.
If then, I want know release date of processor SDK 3.02
Thank you.