Home
last modified time | relevance | path

Searched refs:connector_type (Results 1 – 14 of 14) sorted by relevance

/third_party/weston/tests/
Dsetbacklight.c49 int fd, i, connector_type; in get_drm_connector_type() local
78 connector_type = connector->connector_type; in get_drm_connector_type()
83 return connector_type; in get_drm_connector_type()
110 int connector_type; in set_backlight() local
115 connector_type = get_drm_connector_type(drm_device, connector_id); in set_backlight()
116 if (connector_type < 0) in set_backlight()
119 backlight = backlight_init(drm_device, connector_type); in set_backlight()
/third_party/weston/libweston/backend-drm/
Dlibbacklight.c154 uint32_t connector_type) in backlight_init() argument
185 if (connector_type <= 0) in backlight_init()
248 if (connector_type != DRM_MODE_CONNECTOR_LVDS && in backlight_init()
249 connector_type != DRM_MODE_CONNECTOR_eDP) { in backlight_init()
Dlibbacklight.h58 uint32_t connector_type);
Ddrm.c1221 if (con->connector_type < ARRAY_LENGTH(connector_type_names)) in make_connector_name()
1222 type_name = connector_type_names[con->connector_type]; in make_connector_name()
2143 head->backlight = backlight_init(drm_device, connector->connector_type); in drm_head_create()
2148 if (head->connector->connector_type == DRM_MODE_CONNECTOR_LVDS || in drm_head_create()
2149 head->connector->connector_type == DRM_MODE_CONNECTOR_eDP) in drm_head_create()
/third_party/libdrm/tests/kms/
Dlibkms-test-screen.c38 screen->type = con->connector_type; in kms_screen_probe()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c138 connector_type_name = util_lookup_connector_type_name(connector->connector_type); in printConnector()
144 printf("Connector: %d-%d\n", connector->connector_type, in printConnector()
/third_party/libdrm/tests/proptest/
Dproptest.c195 util_lookup_connector_type_name(c->connector_type), in listConnectorProperties()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgl_gbm_utils.c34 switch (connector->connector_type) { in gst_gl_gbm_get_name_for_drm_connector()
/third_party/libdrm/include/drm/
Ddrm_mode.h369 __u32 connector_type; member
/third_party/libdrm/
Dxf86drmMode.h310 uint32_t connector_type; member
Dxf86drmMode.c568 r->connector_type = conn.connector_type; in _drmModeGetConnector()
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h484 __u32 connector_type; member
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c305 if ((conn->connector_type == type) && connector_is_used (fd, res, conn)) in find_used_connector_by_type()
/third_party/libdrm/tests/modetest/
Dmodetest.c680 util_lookup_connector_type_name(conn->connector_type), in get_resources()