Part Number: DRA746
Tool/software: Linux
Hi,
We are trying to develop wayland/weston applications on PSDKLA K4.4 based linux on J6, but have some Graphics issues need supported by TI:
1. we want to use drm dumb buffer to share memory between client and weston, but wl_drm protocol only support wl_drm version 1st; Any way to get support if want to use wl_drm version 2 ?
2. drm_handle_format only provided WL_DRM_FORMAT_ARGB8888 & WL_DRM_FORMAT_XRGB8888 in rgb color space, but some applications usual using RGBA format. Any planing to support WL_DRM_FORMAT_ABGR8888?
3. In order to convert RGB to YUV with GPU, we tried to bind texture to fbo and render rgb texture to fbo target, but fbo color attachment only support RGB format, is there any extensions to support fbo yuv color attachment on TI platform, such as EXT_YUV_target?
Thanks,
Tao