Home
last modified time | relevance | path

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

/dports/graphics/libdrm/libdrm-2.4.110/tests/kms/
H A Dlibkms-test-device.c31 static const char *const connector_names[] = { variable
53 unsigned int counts[ARRAY_SIZE(connector_names)]; in kms_device_probe_screens()
78 type = connector_names[screen->type]; in kms_device_probe_screens()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/kms/
H A Dlibkms-test-device.c31 static const char *const connector_names[] = { variable
53 unsigned int counts[ARRAY_SIZE(connector_names)]; in kms_device_probe_screens()
78 type = connector_names[screen->type]; in kms_device_probe_screens()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Ddrm_common.c110 static const char *connector_names[] = { variable
154 if (connector->connector_type < MP_ARRAY_SIZE(connector_names)) { in get_connector_name()
155 type_name = connector_names[connector->connector_type]; in get_connector_name()