Lines Matching full:encoders
38 * Encoders sit between CRTCs and connectors.
92 * @funcs: control functions, can be NULL for simple managed encoders
95 * CRTCs drive pixels to encoders, which convert them into signals
127 * - DRM_MODE_ENCODER_DPMST for special fake encoders used to allow
152 * @possible_clones: Bitmask of potential sibling encoders for cloning,
158 * encoders can be used in a cloned configuration, they both should have
256 * device's list of encoders.
311 * drm_for_each_encoder_mask - iterate over encoders specified by bitmask
316 * Iterate over all encoders specified by bitmask.
323 * drm_for_each_encoder - iterate over all encoders
327 * Iterate over all encoders of @dev.