Home
last modified time | relevance | path

Searched full:connectors (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_client_modeset.c56 modeset->connectors = kcalloc(max_connector_count, in drm_client_modeset_create()
57 sizeof(*modeset->connectors), GFP_KERNEL); in drm_client_modeset_create()
58 if (!modeset->connectors) in drm_client_modeset_create()
81 drm_connector_put(modeset->connectors[i]); in drm_client_modeset_release()
82 modeset->connectors[i] = NULL; in drm_client_modeset_release()
97 kfree(modeset->connectors); in drm_client_modeset_free()
231 static void drm_client_connectors_enabled(struct drm_connector **connectors, in drm_client_connectors_enabled() argument
240 connector = connectors[i]; in drm_client_connectors_enabled()
252 enabled[i] = drm_connector_enabled(connectors[i], false); in drm_client_connectors_enabled()
256 struct drm_connector **connectors, in drm_client_target_cloned() argument
[all …]
Ddrm_crtc_helper.c206 * disconnected connectors. Then it will disable all unused encoders and CRTCs
259 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
312 /* Pass our mode to the connectors and the CRTC to give them a chance to in drm_crtc_helper_set_mode()
387 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode()
431 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
463 * For connectors that support multiple encoders, either the
551 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n", in drm_crtc_helper_set_config()
625 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config()
626 * already taken reference for bound connectors in drm_crtc_helper_set_config()
629 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
[all …]
Ddrm_writeback.c24 * Writeback connectors are used to expose hardware which can write the output
26 * types of connectors, with some important differences:
28 * * Writeback connectors don't provide a way to output visually to the user.
30 * * Writeback connectors are visible to userspace only when the client sets
33 * * Writeback connectors don't have EDID.
50 * Writeback connectors have some additional properties, which userspace
73 * commit affecting any of the same CRTCs, Planes or Connectors.
76 * applications making use of writeback connectors *always* retrieve an
169 * set up writeback connectors.
Ddrm_atomic.c66 kfree(state->connectors); in drm_atomic_state_default_release()
163 struct drm_connector *connector = state->connectors[i].ptr; in drm_atomic_state_default_clear()
169 state->connectors[i].state); in drm_atomic_state_default_clear()
170 state->connectors[i].ptr = NULL; in drm_atomic_state_default_clear()
171 state->connectors[i].state = NULL; in drm_atomic_state_default_clear()
172 state->connectors[i].old_state = NULL; in drm_atomic_state_default_clear()
173 state->connectors[i].new_state = NULL; in drm_atomic_state_default_clear()
261 * 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 their
[all …]
Ddrm_plane_helper.c67 * Returns the connectors currently associated with a CRTC. This function
196 /* Find current connectors for CRTC */ in drm_primary_helper_update()
205 set.connectors = connector_list; in drm_primary_helper_update()
211 * connectors that were already in use, so we shouldn't need the extra in drm_primary_helper_update()
212 * cross-CRTC fb refcounting to accomodate stealing connectors. in drm_primary_helper_update()
Ddrm_probe_helper.c55 * It also provides support for polling connectors with a work item and for
646 /* Ignore forced connectors. */ in output_poll_execute()
650 /* Ignore HPD capable connectors and connectors where we don't in output_poll_execute()
762 * this helper infrastructure to regularly poll such connectors for changes in
765 * Drivers can control which connectors are polled by setting the
767 * connectors where probing live outputs can result in visual distortion drivers
769 * Connectors which have no flag or only DRM_CONNECTOR_POLL_HPD set are
802 * Drivers can use this helper function to run a detect cycle on all connectors
804 * other connectors are ignored, which is useful to avoid reprobing fixed
835 /* Only handle HPD capable connectors. */ in drm_helper_hpd_irq_event()
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_client_modeset.c59 modeset->connectors = kcalloc(max_connector_count, in drm_client_modeset_create()
60 sizeof(*modeset->connectors), GFP_KERNEL); in drm_client_modeset_create()
61 if (!modeset->connectors) in drm_client_modeset_create()
84 drm_connector_put(modeset->connectors[i]); in drm_client_modeset_release()
85 modeset->connectors[i] = NULL; in drm_client_modeset_release()
100 kfree(modeset->connectors); in drm_client_modeset_free()
234 static void drm_client_connectors_enabled(struct drm_connector **connectors, in drm_client_connectors_enabled() argument
243 connector = connectors[i]; in drm_client_connectors_enabled()
255 enabled[i] = drm_connector_enabled(connectors[i], false); in drm_client_connectors_enabled()
259 struct drm_connector **connectors, in drm_client_target_cloned() argument
[all …]
Ddrm_crtc_helper.c218 * 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()
399 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode()
469 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
501 * For connectors that support multiple encoders, either the
589 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n", in drm_crtc_helper_set_config()
663 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config()
664 * already taken reference for bound connectors in drm_crtc_helper_set_config()
667 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
[all …]
Ddrm_writeback.c25 * Writeback connectors are used to expose hardware which can write the output
27 * types of connectors, with some important differences:
29 * * Writeback connectors don't provide a way to output visually to the user.
31 * * Writeback connectors are visible to userspace only when the client sets
34 * * Writeback connectors don't have EDID.
51 * Writeback connectors have some additional properties, which userspace
74 * commit affecting any of the same CRTCs, Planes or Connectors.
77 * applications making use of writeback connectors *always* retrieve an
171 * set up writeback connectors.
228 * set up writeback connectors if they want to manage themselves the lifetime of the
Ddrm_atomic.c108 kfree(state->connectors); in drm_atomic_state_default_release()
205 struct drm_connector *connector = state->connectors[i].ptr; in drm_atomic_state_default_clear()
211 state->connectors[i].state); in drm_atomic_state_default_clear()
212 state->connectors[i].ptr = NULL; in drm_atomic_state_default_clear()
213 state->connectors[i].state = NULL; in drm_atomic_state_default_clear()
214 state->connectors[i].old_state = NULL; in drm_atomic_state_default_clear()
215 state->connectors[i].new_state = NULL; in drm_atomic_state_default_clear()
303 * per-object state for planes, CRTCs and connectors.
751 * helpers already provide for connectors, planes and CRTCs.
938 * connectors attached to @encoder vs ones that did (and to inspect their
[all …]
Ddrm_plane_helper.c60 * Returns the connectors currently associated with a CRTC. This function
216 /* 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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-dv.rst20 hooked up to e.g. HDMI connectors. Even though the subdevice will
26 for quick switching between connectors.
42 Many connectors have a hotplug pin which is high if EDID information
48 connectors.
65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors.
74 This control is applicable to HDMI connectors.
89 DVI-A/D, HDMI and DisplayPort connectors.
96 information is sent over HDMI and DisplayPort connectors as part of
133 DisplayPort connectors.
148 DVI-A/D, HDMI and DisplayPort connectors.
[all …]
Dvideo.rst9 Video inputs and outputs are physical connectors of a device. These can
10 be for example: RF connectors (antenna/cable), CVBS a.k.a. Composite
11 Video, S-Video and RGB connectors. Camera sensors are also considered to
Daudio.rst9 Audio inputs and outputs are physical connectors of a device. Video
19 and audio source is a tuner. Further audio connectors can combine with
22 The relation of video and audio connectors is defined in the
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-dv.rst20 hooked up to e.g. HDMI connectors. Even though the subdevice will
26 for quick switching between connectors.
42 Many connectors have a hotplug pin which is high if EDID information
48 connectors.
65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors.
74 This control is applicable to HDMI connectors.
89 DVI-A/D, HDMI and DisplayPort connectors.
96 information is sent over HDMI and DisplayPort connectors as part of
133 DisplayPort connectors.
148 DVI-A/D, HDMI and DisplayPort connectors.
[all …]
Dvideo.rst9 Video inputs and outputs are physical connectors of a device. These can
10 be for example: RF connectors (antenna/cable), CVBS a.k.a. Composite
11 Video, S-Video and RGB connectors. Camera sensors are also considered to
/kernel/linux/linux-5.10/include/drm/
Ddrm_atomic.h188 * file descriptor. Used by writeback connectors to signal completion of
315 * @num_connector: size of the @connectors and @connector_states arrays
316 * @connectors: pointer to array of structures with per-connector data
353 struct __drm_connnectors_state *connectors; member
362 * Used for signaling unbound planes/connectors.
593 return state->connectors[index].state; in drm_atomic_get_existing_connector_state()
613 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
633 return state->connectors[index].new_state; in drm_atomic_get_new_connector_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 and
[all …]
/kernel/linux/linux-6.6/include/drm/
Ddrm_atomic.h190 * file descriptor. Used by writeback connectors to signal completion of
355 * @num_connector: size of the @connectors and @connector_states arrays
356 * @connectors: pointer to array of structures with per-connector data
404 struct __drm_connnectors_state *connectors; member
413 * Used for signaling unbound planes/connectors.
653 return state->connectors[index].state; in drm_atomic_get_existing_connector_state()
673 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
693 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
749 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
758 * This iterates over all connectors in an atomic update, tracking both old and
[all …]
/kernel/linux/linux-6.6/Documentation/hwmon/
Dcorsair-cpro.rst17 The Corsair Commander Pro is a USB device with 6 fan connectors,
18 4 temperature sensor connectors and 2 Corsair LED connectors.
/kernel/linux/linux-5.10/Documentation/hwmon/
Dcorsair-cpro.rst17 The Corsair Commander Pro is a USB device with 6 fan connectors,
18 4 temperature sensor connectors and 2 Corsair LED connectors.
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Ddisplay-connector.c59 * For DVI and HDMI connectors a DDC probe failure indicates in display_connector_detect()
69 * Composite and S-Video connectors have no other detection in display_connector_detect()
70 * mean than the HPD GPIO. For VGA connectors, even if we have in display_connector_detect()
175 * Get the HPD GPIO for DVI and HDMI connectors. If the GPIO can provide in display_connector_probe()
208 /* Retrieve the DDC I2C adapter for DVI, HDMI and VGA connectors. */ in display_connector_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
Dxen_drm_front_cfg.h26 /* number of connectors in this configuration */
29 struct xen_drm_front_cfg_connector connectors[XEN_DRM_FRONT_MAX_CRTCS]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
Dxen_drm_front_cfg.h26 /* number of connectors in this configuration */
29 struct xen_drm_front_cfg_connector connectors[XEN_DRM_FRONT_MAX_CRTCS]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
Dpl111_versatile.c116 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable()
156 dev_info(drm->dev, "enable IM-PD1 CLCD connectors\n"); in pl111_impd1_enable()
167 dev_info(drm->dev, "disable IM-PD1 CLCD connectors\n"); in pl111_impd1_disable()
194 dev_info(drm->dev, "disable Versatile CLCD connectors\n"); in pl111_versatile_disable()
205 dev_info(drm->dev, "enable Versatile CLCD connectors\n"); in pl111_versatile_enable()
247 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable()
256 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/pl111/
Dpl111_versatile.c119 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable()
159 dev_info(drm->dev, "enable IM-PD1 CLCD connectors\n"); in pl111_impd1_enable()
170 dev_info(drm->dev, "disable IM-PD1 CLCD connectors\n"); in pl111_impd1_disable()
197 dev_info(drm->dev, "disable Versatile CLCD connectors\n"); in pl111_versatile_disable()
208 dev_info(drm->dev, "enable Versatile CLCD connectors\n"); in pl111_versatile_enable()
250 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable()
259 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable()

12345678910>>...24