Missing vgCreateImageAMD Symbol

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Missing vgCreateImageAMD Symbol

ソリューションへジャンプ
641件の閲覧回数
sebastient
Contributor V

Using i.MX53 Linux BSP 11.09.01 the amd-gpu-bin-mx51-11.09.01.tar.gz provides the OpenGL/EGL/OpenVG.  The OpenVG AMD extensions provide access to the raw image buffer to interact with the IPU which we require.

The issue we're having is vgCreateImageAMD as defined in VG/ext.h has no symbol in any of the libraries provided so we're unable to use it.  Wondering if anyone has pointers to an alternative or an updated library package which includes the missing symbols.

What we're specifically trying to do is use that raw VGImage buffer as a source for the IPU ipu_lib_overlay_param_t->user_def_paddr.  So any pointers to an alternative way to achieve this would also work, though the AMD extensions also allow for a YUV VGImage which is preferred.

ラベル(3)
タグ(1)
0 件の賞賛
1 解決策
483件の閲覧回数
andre_silva
NXP Employee
NXP Employee

this is what I got:

vgCreateImageAMD is not supported in the vg driver. Also does not support VG_KHR_EGL_image as well. Only option is to use pbuffer surface.


regards,

Andre

元の投稿で解決策を見る

0 件の賞賛
1 返信
484件の閲覧回数
andre_silva
NXP Employee
NXP Employee

this is what I got:

vgCreateImageAMD is not supported in the vg driver. Also does not support VG_KHR_EGL_image as well. Only option is to use pbuffer surface.


regards,

Andre

0 件の賞賛