Missing vgCreateImageAMD Symbol

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Missing vgCreateImageAMD Symbol

跳至解决方案
1,089 次查看
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 解答
931 次查看
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 回复
932 次查看
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 项奖励
回复