Home
last modified time | relevance | path

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

/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c54 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 Dmodetest.c103 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 Dproptest.c211 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 DDisplayGbm.cpp75 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 Dxf86drmMode.c110 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 Dxf86drmMode.h79 uint32_t *crtcs; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp266 return res->crtcs[j]; in getValidCrtcId()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp262 return res->crtcs[j]; in getValidCrtcId()
/third_party/glfw/src/
H A Dx11_init.c732 if (!sr->ncrtc || !XRRGetCrtcGammaSize(_glfw.x11.display, sr->crtcs[0])) in initExtensions()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1473 drmModeCrtcPtr crtc = drmModeGetCrtc(wsi->fd, mode_res->crtcs[c]); in wsi_display_select_crtc()

Completed in 17 milliseconds