Lines Matching full:connectors
40 * In DRM connectors are the general abstraction for display sinks, and include
43 * plane abstractions) connectors can be hotplugged and unplugged at runtime.
54 * Connectors must be attached to an encoder to be used. For devices that map
55 * connectors to encoders 1:1, the connector should be attached at
60 * For connectors which are not fixed (like built-in panels) the driver needs to
62 * probe helpers, see drm_kms_helper_poll_init() for connectors which don't have
63 * hardware support for hotplug interrupts. Connectors with hardware hotplug
211 * Initialises a preallocated connector. Connectors should be
280 /* We should add connectors at the end to avoid upsetting the connector in drm_connector_init()
332 * Initialises a preallocated connector. Connectors should be
494 * Register userspace interfaces for a connector. Only call this for connectors
496 * e.g. DP MST connectors. All other connectors will be registered automatically
548 * connectors which have registered explicitly by calling drm_dev_register(),
549 * since connectors are unregistered automatically when drm_dev_unregister() is
954 * DRM connectors have a few standardized properties:
1024 * If multiple connectors share the same CRTC and one of them gets a "BAD"
1192 * Connectors also have one standardized atomic property:
1197 * Connectors for LCD panels may also have one standardized property:
1434 * Typically used on SDTV and HDMI connectors.
1593 * connectors.
1653 * with drm_connector_attach_vrr_capable_property() on connectors that
1775 * connectors.
1830 * HDMI connectors.
1859 * DP connectors.
1888 * connectors.
1914 * Create the suggested x/y offset property for connectors.
1941 * connectors have a topology and we want to allow userspace to give
1971 * or DisplayPort MST connectors.