HomeSort by: relevance | last modified time | path
    Searched refs:connectors (Results 1 - 25 of 34) sorted by relevancy

1 2

  /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
xen_drm_front_cfg.c 66 for (i = 0; i < ARRAY_SIZE(cfg->connectors); i++) {
67 ret = cfg_connector(front_info, &cfg->connectors[i],
xen_drm_front_evtchnl.c 317 plat_data->connectors[conn].xenstore_path,
324 plat_data->connectors[conn].xenstore_path,
xen_drm_front_kms.c 338 &drm_info->front_info->cfg.connectors[i];
  /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...]
drm_crtc_helper.c 212 * disconnected connectors. Then it will disable all unused encoders and CRTCs
269 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
322 /* Pass our mode to the connectors and the CRTC to give them a chance to
397 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
441 /* Decouple all encoders and their attached connectors from this crtc */
473 * For connectors that support multiple encoders, either the
561 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n",
635 /* take a reference on all unbound connectors in set, reuse the
636 * already taken reference for bound connectors
639 if (set->connectors[ro]->encoder
    [all...]
drm_atomic.c 75 kfree(state->connectors);
166 struct drm_connector *connector = state->connectors[i].ptr;
172 state->connectors[i].state);
173 state->connectors[i].ptr = NULL;
174 state->connectors[i].state = NULL;
175 state->connectors[i].old_state = NULL;
176 state->connectors[i].new_state = NULL;
264 * per-object state for planes, CRTCs and connectors.
695 * helpers already provide for connectors, planes and CRTCs.
879 * connectors attached to @encoder vs ones that did (and to inspect thei
    [all...]
drm_plane_helper.c 70 * Returns the connectors currently associated with a CRTC. This function
200 /* Find current connectors for CRTC */
209 set.connectors = connector_list;
215 * connectors that were already in use, so we shouldn't need the extra
216 * cross-CRTC fb refcounting to accomodate stealing connectors.
drm_atomic_uapi.c 374 state->connectors[index].out_fence_ptr = fence_ptr;
385 fence_ptr = state->connectors[index].out_fence_ptr;
386 state->connectors[index].out_fence_ptr = NULL;
  /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/amd/display/dc/bios/
amdgpu_bios_parser2.c 1763 slot_layout_info->connectors[j].connector_type =
1768 slot_layout_info->connectors[j].connector_type =
1770 slot_layout_info->connectors[j].length =
1775 slot_layout_info->connectors[j].connector_type =
1777 slot_layout_info->connectors[j].length =
1782 slot_layout_info->connectors[j].connector_type =
1784 slot_layout_info->connectors[j].length =
1789 slot_layout_info->connectors[j].connector_type =
1791 slot_layout_info->connectors[j].length =
1796 slot_layout_info->connectors[j].connector_type
    [all...]
amdgpu_bios_parser.c 2647 slot_layout_info->connectors[j].connector_type =
2652 slot_layout_info->connectors[j].connector_type =
2654 slot_layout_info->connectors[j].length =
2659 slot_layout_info->connectors[j].connector_type =
2661 slot_layout_info->connectors[j].length =
2666 slot_layout_info->connectors[j].connector_type =
2668 slot_layout_info->connectors[j].length =
2673 slot_layout_info->connectors[j].connector_type =
2675 slot_layout_info->connectors[j].length =
2680 slot_layout_info->connectors[j].connector_type
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun8i-h2-plus-bananapi-m2-zero.dts 266 * There're two micro-USB connectors, one is power-only and another is
267 * OTG. The Vbus of these two connectors are connected together, so
armada-388-clearfog.dtsi 70 * the mini-PCIe connectors on the board.
armada-385-clearfog-gtr.dtsi 227 * the mini-PCIe connectors on the board.
gemini-sl93512r.dts 240 /* Both interfaces brought out on SATA connectors */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.h 490 for_each_if ((__state)->base.connectors[__i].ptr && \
491 ((connector) = to_intel_connector((__state)->base.connectors[__i].ptr), \
492 (new_connector_state) = to_intel_digital_connector_state((__state)->base.connectors[__i].new_state), 1))
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/bitmain/
bm1880-sophon-edge.dts 22 * For the lines routed to the external connectors the
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-pine64.dts 278 /* On Exp and Euler connectors */
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 483 set.connectors = &par->con;
607 set.connectors = &par->con;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/actions/
s900-bubblegum-96.dts 78 * For the lines routed to the external connectors the
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi3670-hikey970.dts 86 * For the lines routed to the external connectors the
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm845-cheza.dtsi 768 * native Type C port but cheza has two Type C connectors.
771 * two Type C connectors and want to be able to achieve 4 lanes of DP.
776 * sent to the two Type C connectors.
785 * two connectors or possibly even get USB3 peripheral mode), but in

Completed in 27 milliseconds

1 2