Searched refs:crtcs (Results 1 – 15 of 15) sorted by relevance
/third_party/libdrm/tests/modeprint/ |
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() 330 crtcs = 1; in args() 359 crtcs = 1; in args() 374 crtcs = 1; in args()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 103 struct crtc *crtcs; member 463 struct crtc *_crtc = &dev->resources->crtcs[i]; in dump_crtcs() 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[i].crtc; in get_crtc_by_id() 729 return &dev->resources->crtcs[i]; in get_crtc_by_id() 740 if (crtc->crtc->crtc_id == dev->resources->crtcs[i].crtc->crtc_id) in get_crtc_mask() 919 return &dev->resources->crtcs[crtc_idx - 1]; in pipe_find_crtc() 2029 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; in main() local [all …]
|
/third_party/libdrm/man/ |
D | drmModeGetResources.3.rst | 36 uint32_t *crtcs; 52 The *count_crtcs* and *crtcs* fields list the available CRTCs in the
|
D | drm-kms.7.rst | 200 if (res->crtcs[j] "is unused") { 202 return res->crtcs[j];
|
/third_party/libdrm/tests/proptest/ |
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/ |
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/ |
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()
|
D | xf86drmMode.h | 79 uint32_t *crtcs; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiAcquireDrmDisplayTests.cpp | 262 return res->crtcs[j]; in getValidCrtcId()
|
/third_party/glfw/src/ |
D | x11_monitor.c | 225 sr, sr->crtcs[i]); in _glfwPlatformGetMonitors()
|
D | x11_init.c | 498 if (!sr->ncrtc || !XRRGetCrtcGammaSize(_glfw.x11.display, sr->crtcs[0])) in initExtensions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiAcquireDrmDisplayTests.cpp | 262 return res->crtcs[j]; in getValidCrtcId()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 1473 drmModeCrtcPtr crtc = drmModeGetCrtc(wsi->fd, mode_res->crtcs[c]); in wsi_display_select_crtc()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 34559 …<var-decl name="crtcs" type-id="611a28de" visibility="default" filepath="include/drm/drm_atomic.h"… 38631 …<var-decl name="crtcs" type-id="611a28de" visibility="default" filepath="include/drm/drm_atomic.h"…
|
D | test-PR27569-v1.abi | 34588 …<var-decl name="crtcs" type-id="611a28de" visibility="default" filepath="include/drm/drm_atomic.h"… 38660 …<var-decl name="crtcs" type-id="611a28de" visibility="default" filepath="include/drm/drm_atomic.h"…
|