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