Home
last modified time | relevance | path

Searched refs:drmModeGetCrtc (Results 1 – 12 of 12) sorted by relevance

/third_party/libdrm/
Dcore-symbols.txt125 drmModeGetCrtc
Dxf86drmMode.h420 extern drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId);
Dxf86drmMode.c355 drm_public drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId) in drmModeGetCrtc() function
/third_party/libdrm/tests/proptest/
Dproptest.c211 c = drmModeGetCrtc(fd, res->crtcs[i]); in listCrtcProperties()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c226 drmModeGetCrtc (display->drm_fd, display->crtc_id); in draw_cb()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DDisplaySurfaceKHR.cpp156 crtc = drmModeGetCrtc(fd, crtc_id); in DisplaySurfaceKHR()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c280 crtc = drmModeGetCrtc(fd, res->crtcs[i]); in printRes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp406 mCRTC = drmModeGetCrtc(fd, resources->crtcs[n]); in hasUsableScreen()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp411 mCRTC = drmModeGetCrtc(fd, resources->crtcs[n]); in hasUsableScreen()
/third_party/weston/libweston/backend-drm/
Ddrm.c1428 crtc = drmModeGetCrtc(drm_fd, encoder->crtc_id); in drm_head_read_current_setup()
1471 crtc = drmModeGetCrtc(backend->drm.fd, output->crtc_id); in drm_output_init_gamma_size()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c265 crtc = drmModeGetCrtc (fd, res->crtcs[i]); in find_crtc_for_connector()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c1405 drmModeCrtcPtr crtc = drmModeGetCrtc(wsi->fd, mode_res->crtcs[c]); in wsi_display_select_crtc()