Home
last modified time | relevance | path

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

/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c244 printf("count_crtcs : %i\n", res->count_crtcs); in printRes()
279 for (i = 0; i < res->count_crtcs; i++) { in printRes()
/third_party/libdrm/
H A Dxf86drmMode.c161 return res.count_crtcs > 0 && res.count_connectors > 0 && res.count_encoders > 0; in drmIsKMS()
181 if (res.count_crtcs) { in drmModeGetResources()
182 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
205 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
228 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
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()
H A Dxf86drmMode.h78 int count_crtcs; member
/third_party/libdrm/tests/modetest/
H A Dmodetest.c104 int count_crtcs; member
462 for (i = 0; i < dev->resources->count_crtcs; i++) { in dump_crtcs()
617 res->count_crtcs = _res->count_crtcs; in get_resources()
622 res->crtcs = calloc(res->count_crtcs, sizeof(*res->crtcs)); in get_resources()
693 for (i = 0; i < res->count_crtcs; ++i) in get_resources()
726 for (i = 0; i < dev->resources->count_crtcs; ++i) { in get_crtc_by_id()
739 for (i = 0; i < (unsigned int)dev->resources->count_crtcs; i++) { in get_crtc_mask()
/third_party/libdrm/tests/proptest/
H A Dproptest.c210 for (i = 0; i < res->count_crtcs; i++) { in listCrtcProperties()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h268 __u32 count_crtcs; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h268 __u32 count_crtcs; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp264 for (int j = 0; j < res->count_crtcs; ++j) in getValidCrtcId()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp260 for (int j = 0; j < res->count_crtcs; ++j) in getValidCrtcId()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1472 for (int c = 0; crtc_id == 0 && c < mode_res->count_crtcs; c++) { in wsi_display_select_crtc()

Completed in 18 milliseconds