Searched refs:crtcs (Results 1 - 10 of 10) sorted by relevance
/third_party/libdrm/tests/modeprint/ |
H A D | modeprint.c | 54 int crtcs; variable 278 if (crtcs) { in printRes() 280 crtc = drmModeGetCrtc(fd, res->crtcs[i]); in printRes() 283 printf("Could not get crtc %i\n", res->crtcs[i]); in printRes() 285 printCrtc(fd, res, crtc, res->crtcs[i]); in printRes() 315 crtcs = 0; in args() 329 } else if (strcmp(argv[i], "-crtcs") == 0) { in args() 330 crtcs = 1; in args() 359 crtcs = 1; in args() 374 crtcs in args() [all...] |
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 103 struct crtc *crtcs; member 203 printf("id\tcrtc\ttype\tpossible crtcs\tpossible clones\t\n"); in dump_encoders() 463 struct crtc *_crtc = &dev->resources->crtcs[i]; in dump_crtcs() 513 printf("id\tcrtc\tfb\tCRTC x,y\tx,y\tgamma size\tpossible crtcs\n"); in dump_planes() 622 res->crtcs = calloc(res->count_crtcs, sizeof(*res->crtcs)); in get_resources() 627 if (!res->crtcs || !res->encoders || !res->connectors || !res->fbs) { in get_resources() 694 res->crtcs[i].mode = &res->crtcs[i].crtc->mode; in get_resources() 727 drmModeCrtc *crtc = dev->resources->crtcs[ in get_crtc_by_id() 2029 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; main() local [all...] |
/third_party/libdrm/tests/proptest/ |
H A D | proptest.c | 211 c = drmModeGetCrtc(fd, res->crtcs[i]); in listCrtcProperties() 215 res->crtcs[i], strerror(errno)); in listCrtcProperties()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 75 unsigned long crtcs = enc->possible_crtcs; in ChooseCRTC() local 77 if (crtcs) in ChooseCRTC() 79 return __builtin_ctzl(crtcs); in ChooseCRTC() 406 mCRTC = drmModeGetCrtc(fd, resources->crtcs[n]); in hasUsableScreen()
|
/third_party/libdrm/ |
H A D | xf86drmMode.c | 110 drmFree(ptr->crtcs); in drmModeFreeResources() 233 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources() 237 (res.count_crtcs && !r->crtcs) || in drmModeGetResources() 242 drmFree(r->crtcs); in drmModeGetResources()
|
H A D | xf86drmMode.h | 79 uint32_t *crtcs; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 266 return res->crtcs[j]; in getValidCrtcId()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 262 return res->crtcs[j]; in getValidCrtcId()
|
/third_party/glfw/src/ |
H A D | x11_init.c | 732 if (!sr->ncrtc || !XRRGetCrtcGammaSize(_glfw.x11.display, sr->crtcs[0])) in initExtensions()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 1473 drmModeCrtcPtr crtc = drmModeGetCrtc(wsi->fd, mode_res->crtcs[c]); in wsi_display_select_crtc()
|
Completed in 17 milliseconds