Lines Matching full:encoders
38 * Encoders sit between CRTCs and connectors.
88 * Allows encoders to create encoder-specific debugfs files.
99 * @funcs: control functions, can be NULL for simple managed encoders
102 * CRTCs drive pixels to encoders, which convert them into signals
134 * - DRM_MODE_ENCODER_DPMST for special fake encoders used to allow
159 * @possible_clones: Bitmask of potential sibling encoders for cloning,
165 * encoders can be used in a cloned configuration, they both should have
270 * device's list of encoders.
325 * drm_for_each_encoder_mask - iterate over encoders specified by bitmask
330 * Iterate over all encoders specified by bitmask.
337 * drm_for_each_encoder - iterate over all encoders
341 * Iterate over all encoders of @dev.