Lines Matching defs:encoder
899 * Used by the atomic helpers to select the encoder, through the
1102 * This function is called to update internal encoder state when the
1759 * @encoder: Currently bound encoder driving this connector, if any.
1764 struct drm_encoder *encoder;
1901 struct drm_encoder *encoder);
2096 struct drm_encoder *encoder);
2114 * @encoder: &struct drm_encoder pointer used as cursor
2116 #define drm_connector_for_each_possible_encoder(connector, encoder) \
2117 drm_for_each_encoder_mask(encoder, (connector)->dev, \