Searched refs:drmModeResPtr (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 82 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/ |
D | xf86drmMode.h | 205 } drmModeRes, *drmModeResPtr; typedef 358 extern void drmModeFreeResources( drmModeResPtr ptr ); 370 extern drmModeResPtr drmModeGetResources(int fd);
|
D | xf86drmMode.c | 104 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/ |
D | setbacklight.c | 50 drmModeResPtr res; in get_drm_connector_type()
|
/third_party/libdrm/tests/proptest/ |
D | proptest.c | 48 drmModeResPtr res = NULL;
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 476 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/ |
D | DisplayGbm.cpp | 376 drmModeResPtr resources = drmModeGetResources(fd); in hasUsableScreen()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 381 drmModeResPtr resources = drmModeGetResources(fd); in hasUsableScreen()
|