Home
last modified time | relevance | path

Searched refs:drm_mode_get_connector (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/libdrm/shared-core/
Ddrm_mode.h170 struct drm_mode_get_connector { struct
Ddrm.h788 #define DRM_IOCTL_MODE_GETCONNECTOR DRM_IOWR(0xA7, struct drm_mode_get_connector)
/hardware/intel/img/libdrm/libdrm/
Dxf86drmMode.c361 struct drm_mode_get_connector conn, counts; in drmModeGetConnector()
365 memset(&conn, 0, sizeof(struct drm_mode_get_connector)); in drmModeGetConnector()