| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front_cfg.h | 28 /* number of connectors in this configuration */ 31 struct xen_drm_front_cfg_connector connectors[XEN_DRM_FRONT_MAX_CRTCS]; member in struct:xen_drm_front_cfg
|
| /xsrc/external/mit/libdrm/dist/tests/modeprint/ |
| modeprint.c | 48 int connectors; variable 249 if (connectors) { 251 connector = (current ? drmModeGetConnectorCurrent : drmModeGetConnector) (fd, res->connectors[i]); 254 printf("Could not get connector %i\n", res->connectors[i]); 256 printConnector(fd, res, connector, res->connectors[i]); 320 connectors = 0; 333 connectors = 1; 337 connectors = 1; 341 connectors = 1; 346 connectors = 1 [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_atomic.h | 191 * file descriptor. Used by writeback connectors to signal completion of 318 * @num_connector: size of the @connectors and @connector_states arrays 319 * @connectors: pointer to array of structures with per-connector data 356 struct __drm_connnectors_state *connectors; member in struct:drm_atomic_state 365 * Used for signaling unbound planes/connectors. 596 return state->connectors[index].state; 616 return state->connectors[index].old_state; 636 return state->connectors[index].new_state; 689 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update 698 * This iterates over all connectors in an atomic update, tracking both old an [all...] |
| drm_crtc.h | 156 * @connectors_changed: Connectors to this crtc have been updated, 187 * or when the CRTC and connectors are being disabled. 209 * connectors attached to this CRTC. 244 * For external connectors where the sink isn't fixed (like with a 386 * in the DRM. Each CRTC controls one or more connectors (note that the name 388 * connectors, not just CRTs). 880 * Each CRTC may have one or more connectors associated with it. This structure 1127 * @connectors: array of connectors to drive with this CRTC if possible 1128 * @num_connectors: size of @connectors arra 1141 struct drm_connector **connectors; member in struct:drm_mode_set [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| grph_object_defs.h | 174 struct connector_layout_info connectors[MAX_CONNECTOR_NUMBER_PER_SLOT]; member in struct:slot_layout_info
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_client_modeset.c | 63 modeset->connectors = kcalloc(max_connector_count, 64 sizeof(*modeset->connectors), GFP_KERNEL); 65 if (!modeset->connectors) 88 drm_connector_put(modeset->connectors[i]); 89 modeset->connectors[i] = NULL; 104 kfree(modeset->connectors); 238 static void drm_client_connectors_enabled(struct drm_connector **connectors, 247 connector = connectors[i]; 259 enabled[i] = drm_connector_enabled(connectors[i], false); 263 struct drm_connector **connectors, 770 struct drm_connector *connector, **connectors = NULL; local [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| xf86drmMode.h | 82 uint32_t *connectors; member in struct:_drmModeRes 185 * User-space should first try to enable DRM_MODE_CONNECTED connectors and 186 * ignore other connectors. If there are no DRM_MODE_CONNECTED connectors, 188 * connectors. 344 uint32_t x, uint32_t y, uint32_t *connectors, int count,
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| wsi_common_display.c | 103 struct list_head connectors; /* list of all discovered connectors */ member in struct:wsi_display 112 &(_dev)->connectors, list) 313 list_addtail(&connector->list, &wsi->connectors); 488 mode_res->connectors[c]); 1335 * Check whether there are any other connectors driven by this crtc 1343 /* See if any other connectors share the same encoder */ 1345 if (mode_res->connectors[c] == connector->connector_id) 1349 drmModeGetConnector(wsi->fd, mode_res->connectors[c]); 1931 list_inithead(&wsi->connectors); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| wsi_common_display.c | 99 struct list_head connectors; /* list of all discovered connectors */ member in struct:wsi_display 108 &(_dev)->connectors, list) 307 list_addtail(&connector->list, &wsi->connectors); 482 wsi_display_get_connector(wsi_device, mode_res->connectors[c]); 1289 * Check whether there are any other connectors driven by this crtc 1297 /* See if any other connectors share the same encoder */ 1299 if (mode_res->connectors[c] == connector->connector_id) 1303 drmModeGetConnector(wsi->fd, mode_res->connectors[c]); 1859 list_inithead(&wsi->connectors); [all...] |
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| modetest.c | 109 struct connector *connectors; member in struct:resources 428 printf("Connectors:\n"); 431 struct connector *_connector = &dev->resources->connectors[i]; 598 free(res->connectors[i].name); 636 res->connectors = calloc(res->count_connectors, sizeof(*res->connectors)); 639 if (!res->crtcs || !res->encoders || !res->connectors || !res->fbs) { 664 /* Set the name of all connectors based on the type name and the per-type ID. */ 666 struct connector *connector = &res->connectors[i]; 767 connector = &dev->resources->connectors[i] 2203 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; local [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_display.c | 1655 /* Scan the connectors for a framebuffer and assume that is the fbcon */ 4116 uint32_t connectors[32]; local 4122 VG_CLEAR(connectors); 4126 res.connector_id_ptr = (uintptr_t)connectors; 4131 DBG(("%s: now %d (was %d) connectors\n", __FUNCTION__, 4146 DBG(("%s: connector[%d] = %d\n", __FUNCTION__, i, connectors[i])); 4149 if (to_sna_output(output)->id == connectors[i]) { 4150 DBG(("%s: found %s (id=%d)\n", __FUNCTION__, output->name, connectors[i])); 4157 DBG(("%s: adding id=%d\n", __FUNCTION__, connectors[i])); 4158 changed |= sna_output_add(sna, connectors[i], serial) > 0 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_display.c | 2287 /* Scan the connectors for a framebuffer and assume that is the fbcon */ 5598 uint32_t connectors[32], now; local 5606 VG_CLEAR(connectors); 5610 res.connector_id_ptr = (uintptr_t)connectors; 5615 DBG(("%s: now %d (was %d) connectors, %d encoders, %d crtc\n", __FUNCTION__, 5636 DBG(("%s: connector[%d] = %d\n", __FUNCTION__, i, connectors[i])); 5639 if (to_sna_output(output)->id == connectors[i]) { 5640 DBG(("%s: found %s (id=%d)\n", __FUNCTION__, output->name, connectors[i])); 5647 DBG(("%s: adding id=%d\n", __FUNCTION__, connectors[i])); 5648 changed |= sna_output_add(sna, connectors[i], serial) > 0 [all...] |