This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA829V: Remote display using EGL & DRM & KMS

Part Number: DRA829V
Other Parts Discussed in Thread: DRA829

Hi,

My embedded hardware platform doesn't have any physical HDMI or display ports on it. I want to simply use a remote display on my host PC to render a GLES application on the target (DRA829) GPU and display sub-system (DSS). I am using your KMS++ C++11 code. However, as it uses drmModeGetResource, all the results such as count_crts, count_connectors, count_encoders are zero. Is there any way to get around this? I found out that something like VirtualGL with VNC is a promising solution for X11. However, I prefer not to use the X11 windowing system or maybe if it's necessary, use Wayland (not X11). But, I think Wayland doesn't work with VNC.
DRM is being configured in the Linux kernel for Display Interface. Also, DSS is being enabled in the Linux device tree.
I am able to run successfully the code mentioned here:
Your ideas to help me render EGL applications offscreen on my remote host PC is greatly appreciated.
Thanks.