Searched refs:DRM_MAJOR (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/
H A Dxf86drm.c86 #define DRM_MAJOR 145 macro
90 #define DRM_MAJOR 34 macro
95 #define DRM_MAJOR 88 macro
97 #define DRM_MAJOR 87 macro
101 #ifndef DRM_MAJOR
102 #define DRM_MAJOR 226 /* Linux */ macro
463 return drmOpenDevice(makedev(DRM_MAJOR, minor), minor, type);
2737 if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) {
2803 if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode))
2849 if (maj != DRM_MAJOR || !S_ISCH
[all...]

Completed in 71 milliseconds