Lines Matching defs:encoder
620 * Used by the atomic helpers to select the encoder, through the
812 * This function is called to update internal encoder state when the
1413 * @encoder: Currently bound encoder driving this connector, if any.
1418 struct drm_encoder *encoder;
1550 struct drm_encoder *encoder);
1724 struct drm_encoder *encoder);
1741 * @encoder: &struct drm_encoder pointer used as cursor
1743 #define drm_connector_for_each_possible_encoder(connector, encoder) \
1744 drm_for_each_encoder_mask(encoder, (connector)->dev, \