| /linux/drivers/gpu/drm/ |
| H A D | drm_client_modeset.c | 61 modeset->connectors = kzalloc_objs(*modeset->connectors, in drm_client_modeset_create() 63 if (!modeset->connectors) in drm_client_modeset_create() 87 drm_connector_put(modeset->connectors[i]); in drm_client_modeset_release() 88 modeset->connectors[i] = NULL; in drm_client_modeset_release() 103 kfree(modeset->connectors); in drm_client_modeset_free() 245 static void drm_client_connectors_enabled(struct drm_connector *connectors[], in drm_client_connectors_enabled() argument 254 connector = connectors[i]; in drm_client_connectors_enabled() 268 enabled[i] = drm_connector_enabled(connectors[i], false); in drm_client_connectors_enabled() 291 struct drm_connector *connectors[], in drm_client_target_cloned() argument 324 drm_connector_pick_cmdline_mode(connectors[i])); in drm_client_target_cloned() [all …]
|
| H A D | drm_crtc_helper.c | 218 * disconnected connectors. Then it will disable all unused encoders and CRTCs 271 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance 324 /* Pass our mode to the connectors and the CRTC to give them a chance to in drm_crtc_helper_set_mode() 400 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode() 467 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable() 499 * For connectors that support multiple encoders, either the 588 drm_dbg_kms(dev, "[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n", in drm_crtc_helper_set_config() 664 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config() 665 * already taken reference for bound connectors in drm_crtc_helper_set_config() 668 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config() [all …]
|
| H A D | drm_plane_helper.c | 61 * Returns the connectors currently associated with a CRTC. This function 217 /* Find current connectors for CRTC */ in drm_plane_helper_update_primary() 225 set.connectors = connector_list; in drm_plane_helper_update_primary() 231 * connectors that were already in use, so we shouldn't need the extra in drm_plane_helper_update_primary() 232 * cross-CRTC fb refcounting to accommodate stealing connectors. in drm_plane_helper_update_primary()
|
| H A D | drm_atomic_helper.c | 118 * First loop, find all newly assigned encoders from the connectors in handle_conflicting_encoders() 120 * connectors bail out. in handle_conflicting_encoders() 155 * Second loop, iterate over all connectors not part of the state. in handle_conflicting_encoders() 161 * If the flag is set conflicting connectors are removed from the CRTC in handle_conflicting_encoders() 331 * we allow DPMS On->Off modesets on unregistered connectors. Modesets in update_connector_routing() 333 * avoid turning on new displays on dead connectors. in update_connector_routing() 612 * update and adds any additional connectors needed for full modesets. It calls 617 * 3. If it's determined a modeset is needed then all connectors on the affected 681 * connectors and a NULL mode. in drm_atomic_helper_check_modeset() 684 * implies that connectors are attached and a mode is set. in drm_atomic_helper_check_modeset() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-dv.rst | 21 hooked up to e.g. HDMI connectors. Even though the subdevice will 27 for quick switching between connectors. 43 Many connectors have a hotplug pin which is high if EDID information 49 connectors. 66 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors. 75 This control is applicable to HDMI connectors. 90 DVI-A/D, HDMI and DisplayPort connectors. 97 information is sent over HDMI and DisplayPort connectors as part of 134 DisplayPort connectors. 149 DVI-A/D, HDMI and DisplayPort connectors. [all …]
|
| H A D | video.rst | 10 Video inputs and outputs are physical connectors of a device. These can 11 be for example: RF connectors (antenna/cable), CVBS a.k.a. Composite 12 Video, S-Video and RGB connectors. Camera sensors are also considered to
|
| H A D | audio.rst | 10 Audio inputs and outputs are physical connectors of a device. Video 20 and audio source is a tuner. Further audio connectors can combine with 23 The relation of video and audio connectors is defined in the
|
| H A D | tuner.rst | 16 depending on the number of RF connectors on the tuner. The ``type`` 48 video outputs, depending on the number of RF connectors on the
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_atomic_state_test.c | 37 struct drm_connector connectors[2]; member 120 BUILD_BUG_ON(ARRAY_SIZE(priv->connectors) > ARRAY_SIZE(priv->encoders)); in drm_atomic_test_init_drm_components() 122 for (int i = 0; i < ARRAY_SIZE(priv->connectors); i++) { in drm_atomic_test_init_drm_components() 123 conn = &priv->connectors[i]; in drm_atomic_test_init_drm_components() 192 * connectors are changed but the CRTC mode is not. 208 old_conn = &priv->connectors[0]; in drm_test_check_connector_changed_modeset() 209 new_conn = &priv->connectors[1]; in drm_test_check_connector_changed_modeset()
|
| /linux/include/drm/ |
| H A D | drm_atomic.h | 244 * file descriptor. Used by writeback connectors to signal completion of 600 * @num_connector: size of the @connectors array 605 * @connectors: 610 struct __drm_connnectors_state *connectors; member 633 * Used for signaling unbound planes/connectors. 847 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state() 867 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state() 932 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update 941 * This iterates over all connectors in an atomic update, tracking both old and 949 for_each_if ((__state)->connectors[__i].ptr && \ [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | corsair-cpro.rst | 17 The Corsair Commander Pro is a USB device with 6 fan connectors, 18 4 temperature sensor connectors and 2 Corsair LED connectors.
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_cfg.h | 26 /* number of connectors in this configuration */ 29 struct xen_drm_front_cfg_connector connectors[XEN_DRM_FRONT_MAX_CRTCS]; member
|
| H A D | xen_drm_front_cfg.c | 61 for (i = 0; i < ARRAY_SIZE(cfg->connectors); i++) { in xen_drm_front_cfg_card() 62 ret = cfg_connector(front_info, &cfg->connectors[i], in xen_drm_front_cfg_card()
|
| /linux/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 38 all four MIDI Out connectors. Set the A-B switch and the speed module 50 the same data to all four MIDI Out connectors at full MIDI speed. 60 number gives a bitmask of which MIDI Out connectors the data should be
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_config.c | 28 INIT_LIST_HEAD(&config->connectors); in vkms_config_create() 129 list_for_each_entry_safe(connector_cfg, connector_tmp, &config->connectors, link) in vkms_config_destroy() 280 n_connectors = list_count_nodes((struct list_head *)&config->connectors); in valid_connector_number() 282 drm_info(dev, "The number of connectors must be between 1 and 31\n"); in valid_connector_number() 297 "All connectors must have at least one possible encoder\n"); in valid_connector_possible_encoders() 602 list_add_tail(&connector_cfg->link, &config->connectors); in vkms_config_create_connector()
|
| H A D | vkms_config.h | 21 * @connectors: List of connectors configured for the device 29 struct list_head connectors; member 148 * vkms_config_for_each_connector - Iterate over the vkms_config connectors 153 list_for_each_entry((connector_cfg), &(config)->connectors, link)
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | intel-pmc-mux.rst | 32 represent the actual connectors, but instead the "channels" in the mux-agent 33 that are associated with the connectors:: 115 connectors under its control::
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-intro.rst | 8 HDMI connectors provide a single pin for use by the Consumer Electronics 18 connectors. The protocol closely resembles a crazy Rube Goldberg
|
| /linux/include/linux/ |
| H A D | extcon.h | 24 * Define the type of supported external connectors 33 * Define the unique id of supported external connectors 90 * Define the properties of supported external connectors. 199 * for all supported external connectors of the extcon.
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | display-connector.c | 64 * For DVI and HDMI connectors a DDC probe failure indicates in display_connector_detect() 74 * Composite and S-Video connectors have no other detection in display_connector_detect() 75 * mean than the HPD GPIO. For VGA connectors, even if we have in display_connector_detect() 288 * Get the HPD GPIO for DVI, HDMI and DP connectors. If the GPIO can provide in display_connector_probe() 319 /* Retrieve the DDC I2C adapter for DVI, HDMI and VGA connectors. */ in display_connector_probe()
|
| /linux/drivers/extcon/ |
| H A D | Kconfig | 6 This allows monitoring external connectors by userspace 7 via sysfs and uevent and supports external connectors with 11 host USB ports. Many of 30-pin connectors including PDMI are
|
| /linux/Documentation/input/devices/ |
| H A D | xpad.rst | 100 - Wired Xbox 360 controllers use standard USB connectors. 103 - Xbox One controllers can be wired and use standard Micro-USB connectors. 117 (5 pins vs. 4 on standard USB 1.0 connectors). 121 connectors so there is no magic to it. Detailed info on these matters
|
| /linux/drivers/media/i2c/ |
| H A D | tvp5150.c | 75 struct tvp5150_connector connectors[TVP5150_MAX_CONNECTORS]; member 805 /* In case of no of-connectors are available no limitations are made */ in tvp5150_s_std() 1325 if (remote->entity == &decoder->connectors[i].ent) { in tvp5150_link_setup() 1326 v4l2c = &decoder->connectors[i].base; in tvp5150_link_setup() 1614 struct media_entity *con = &decoder->connectors[i].ent; in tvp5150_registered() 1615 struct media_pad *pad = &decoder->connectors[i].pad; in tvp5150_registered() 1617 &decoder->connectors[i].base; in tvp5150_registered() 1658 decoder->cur_connector = &decoder->connectors[i]; in tvp5150_registered() 1667 media_device_unregister_entity(&decoder->connectors[i].ent); in tvp5150_registered() 1668 media_entity_cleanup(&decoder->connectors[i].ent); in tvp5150_registered() [all …]
|
| /linux/arch/mips/include/asm/sgi/ |
| H A D | gio.h | 17 * The Indigo and Indy have two GIO bus connectors. Indigo2 (all models) have 18 * three physical connectors, but only two slots, GFX and EXP0.
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am642-hummingboard-t.dts | 239 /* connectors M1 & M2 W_DISABLE1 */ 241 /* connectors M1 & M2 W_DISABLE2 */ 243 /* connectors M1 & M2 PERST0 (PCI Reset) */
|