Home
last modified time | relevance | path

Searched refs:drmModeResPtr (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/tests/modeprint/
Dmodeprint.c82 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) in printProperty()
131 static int printConnector(int fd, drmModeResPtr res, drmModeConnectorPtr connector, uint32_t id) in printConnector()
187 static int printEncoder(int fd, drmModeResPtr res, drmModeEncoderPtr encoder, uint32_t id) in printEncoder()
204 static int printCrtc(int fd, drmModeResPtr res, drmModeCrtcPtr crtc, uint32_t id) in printCrtc()
218 static int printFrameBuffer(int fd, drmModeResPtr res, drmModeFBPtr fb) in printFrameBuffer()
232 static int printRes(int fd, drmModeResPtr res) in printRes()
386 drmModeResPtr res; in main()
/third_party/libdrm/
Dxf86drmMode.h205 } drmModeRes, *drmModeResPtr; typedef
358 extern void drmModeFreeResources( drmModeResPtr ptr );
370 extern drmModeResPtr drmModeGetResources(int fd);
Dxf86drmMode.c104 drm_public void drmModeFreeResources(drmModeResPtr ptr) in drmModeFreeResources()
154 drm_public drmModeResPtr drmModeGetResources(int fd) in drmModeGetResources()
157 drmModeResPtr r = 0; in drmModeGetResources()
833 drmModeResPtr r = 0; in drmCheckModesettingSupported()
/third_party/weston/tests/
Dsetbacklight.c50 drmModeResPtr res; in get_drm_connector_type()
/third_party/libdrm/tests/proptest/
Dproptest.c48 drmModeResPtr res = NULL;
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c476 drmModeResPtr mode_res = drmModeGetResources(wsi->fd); in wsi_GetPhysicalDeviceDisplayProperties2KHR()
1339 drmModeResPtr mode_res, in wsi_display_crtc_solo()
1384 drmModeResPtr mode_res, in wsi_display_select_crtc()
1424 drmModeResPtr mode_res = drmModeGetResources(wsi->fd); in wsi_display_setup_connector()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp376 drmModeResPtr resources = drmModeGetResources(fd); in hasUsableScreen()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp381 drmModeResPtr resources = drmModeGetResources(fd); in hasUsableScreen()