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.

AM57x encode/display integration

hi experts,

  I found two lines as below, which were found in display demo and encode demo independently. Is it safe to open the omapdrm multiple times ??

disp->fd = drmOpen("omapdrm", NULL);
enc->drmfd = drmOpen("omapdrm", "platform:omapdrm:00");

Thanks