Searched defs:devicePaths (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo_dri2.c48 const char *devicePaths[] = variable
64 for (i = 0; i < RT_ELEMENTS(devicePaths); ++i)
66 int fd = open(devicePaths[i], O_RDWR);
75 TRACE_LOG("Opened drm device %s\n", devicePaths[i]);
76 DRI2Info.deviceName = devicePaths[i];

Completed in 41 milliseconds