Tool/software: TI-RTOS
When I use vDRM to drawing cluster UI, origion PSDK is,ok ,now run vsdk has the error.
Please give me some suggestion?
Need your support,thanks
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.
Tool/software: TI-RTOS
When I use vDRM to drawing cluster UI, origion PSDK is,ok ,now run vsdk has the error.
Please give me some suggestion?
Need your support,thanks
Is the application a DRM/KMS application or a wayland client?
If it is a DRM/KMS application, you need to ensure that weston IS NOT running when you launch this application
If it is a wayland-client, you need to ensure that weston IS running when you launch this application.
Regards,
Subhajit
the application a DRM/KMS.
I am sure that I have already stop the weston.
Please guide me to solve the question. thanks
Ok, understood.
Please share the output of "ls /dev/dri"
also, looks like you have reused the init_drm and init_gbm code from kmscube. Is that correct? If you done any modifications to these two functions, can you share that with me?
Regards,
Subhajit
This looks good. however, when using VDRM fd for creating the gbm device and eglGetDisplay() you need to modify /etc/powervr.ini, or it will default to omapdrm. The following lines need to be added in /etc/powervr.ini
[your-application-name] DbmDriverName=vdrm GbmNumBuffers=5
Regards,
Subhajit