Lines Matching full:connectors
48 * In DRM connectors are the general abstraction for display sinks, and include
51 * plane abstractions) connectors can be hotplugged and unplugged at runtime.
62 * Connectors must be attached to an encoder to be used. For devices that map
63 * connectors to encoders 1:1, the connector should be attached at
68 * For connectors which are not fixed (like built-in panels) the driver needs to
70 * probe helpers, see drm_kms_helper_poll_init() for connectors which don't have
71 * hardware support for hotplug interrupts. Connectors with hardware hotplug
350 * For dynamic connectors drm_connector_cleanup() can call this function in drm_connector_remove()
386 * Initialises a preallocated connector. Connectors should be
420 * Initialises a preallocated dynamic connector. Connectors should be
424 * Drivers should call this for dynamic connectors which can be hotplugged
425 * after drm_dev_register() has been called already, e.g. DP MST connectors.
426 * For all other - static - connectors, drivers should call one of the
461 * Initialises a preallocated connector. Connectors should be
506 * Initialises a preallocated connector. Connectors should be
556 * Initialises a preallocated HDMI connector. Connectors can be
776 * function. Static connectors will be registered automatically by DRM core
777 * from drm_dev_register(), dynamic connectors (MST) should be registered by
848 * Register userspace interfaces for a connector. Only call this for connectors
849 * initialized by calling drm_connector_dynamic_init(). All other connectors
875 * for dynamic connectors (MST) only, which were registered explicitly by
876 * calling drm_connector_dynamic_register(). All other - static - connectors
880 * Note: Existing uses of this function in drivers for static connectors
1407 * DRM connectors have a few standardized properties:
1492 * If multiple connectors share the same CRTC and one of them gets a "BAD"
1660 * Connectors also have one standardized atomic property:
1665 * Connectors for LCD panels may also have one standardized property:
2027 * Typically used on SDTV and HDMI connectors.
2239 * connectors.
2301 * with drm_connector_attach_vrr_capable_property() on connectors that
2423 * connectors.
2570 * HDMI connectors.
2595 * DP connectors.
2619 * connectors.
2645 * Create the suggested x/y offset property for connectors.
2675 * connectors have a topology and we want to allow userspace to give
2705 * or DisplayPort MST connectors.