HomeSort by relevance Sort by last modified time
    Searched refs:DRM_MAX_MINOR (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 227 for (i = 0, j = 0; i < DRM_MAX_MINOR; i++) {
  /external/libdrm/
xf86drm.h 46 #ifndef DRM_MAX_MINOR
47 #define DRM_MAX_MINOR 16
xf86drm.c 555 * This function attempts to open every possible minor (up to DRM_MAX_MINOR),
572 for (i = base; i < base + DRM_MAX_MINOR; i++) {
639 for (i = base; i < base + DRM_MAX_MINOR; i++) {
    [all...]
  /bootable/recovery/minui/
graphics_drm.cpp 296 for (int i = 0; i < DRM_MAX_MINOR; i++) {
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 169 for (i = 0; i < DRM_MAX_MINOR; i++) {

Completed in 154 milliseconds