Lines Matching refs:encoder
118 struct drm_encoder *encoder; member
628 return hdmi_connector->encoder; in sti_hdmi_best_encoder()
679 struct drm_encoder *encoder; in sti_hdmi_find_encoder() local
681 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in sti_hdmi_find_encoder()
682 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in sti_hdmi_find_encoder()
683 return encoder; in sti_hdmi_find_encoder()
693 struct drm_encoder *encoder; in sti_hdmi_bind() local
702 encoder = sti_hdmi_find_encoder(drm_dev); in sti_hdmi_bind()
703 if (!encoder) in sti_hdmi_bind()
720 encoder->bridge = bridge; in sti_hdmi_bind()
721 connector->encoder = encoder; in sti_hdmi_bind()
736 err = drm_mode_connector_attach_encoder(drm_connector, encoder); in sti_hdmi_bind()