I used kmssink to display, and follow the topic and rebuild。KMS support in Processor SDK Linux Automotive
but i haven't got the testcase and lib。
(1)
I add configure.sc HAVE_WAYLAND="no" and edit the item HAVE_KMSCUBE="yes"
then reconfig
1.0.0-r14/git$ autoscan
...
1.0.0-r14/git$ aclocal
...
1.0.0-r14/git$ autoconf
configure.ac:132: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
configure.ac:101: LIBDRM_CC_TRY_FLAG is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
configure.ac:132: the top level
configure.ac:32: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
There is an error....can't make..
(2)
another question:
I can't find define of the follow item.(EGL_xxxxx_TI)
./display-kmscube.c: EGL_GL_VIDEO_FOURCC_TI, buf->fourcc,
./display-kmscube.c: EGL_GL_VIDEO_WIDTH_TI, buf->width,
./display-kmscube.c: EGL_GL_VIDEO_HEIGHT_TI, buf->height,
./display-kmscube.c: EGL_GL_VIDEO_BYTE_SIZE_TI, omap_bo_size(buf->bo[0]),
./display-kmscube.c: EGL_GL_VIDEO_BYTE_STRIDE_TI, buf->pitches[0],
./display-kmscube.c: EGL_GL_VIDEO_YUV_FLAGS_TI, EGLIMAGE_FLAGS_YUV_CONFORMANT_RANGE | EGLIMAGE_FLAGS_YUV_BT601,