Searched refs:DRM_MAJOR (Results 1 – 1 of 1) sorted by relevance
83 #define DRM_MAJOR 145 macro87 #define DRM_MAJOR 34 macro92 #define DRM_MAJOR 88 macro94 #define DRM_MAJOR 87 macro98 #ifndef DRM_MAJOR99 #define DRM_MAJOR 226 /* Linux */ macro444 return drmOpenDevice(makedev(DRM_MAJOR, minor), minor, type); in drmOpenMinor()2720 if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) { in drmGetNodeTypeFromFd()2786 if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) in drmGetMinorNameForFD()3099 if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) in drmGetDevice()[all …]