I get this strength issues from ODROID
drivers for Mali-400 don't support
eglCreateImageKHR with EGL_LINUX_DMA_BUF_EXT
?
but drivers internaly use DMA_BUF
any reason or workaround for this for this?
And why UMP is supported and DMA_BUF isn't?
I would like to know how to convert a dmabuf to a pixmap via dri3 method. I've been searching online but failed to find an example of this. I need the pixmap to be used in present_pixmap in order to flip my buffer to the screen.
Any help here will be appreciated.