HomeSort by: relevance | last modified time | path
    Searched defs:connectors (Results 1 - 5 of 5) sorted by relevancy

  /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
  /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 in function:drm_client_modeset_probe
    [all...]

Completed in 89 milliseconds