Lines Matching refs:encoder
118 struct drm_encoder *encoder; member
628 return hdmi_connector->encoder; in sti_hdmi_best_encoder()
678 struct drm_encoder *encoder; in sti_hdmi_find_encoder() local
680 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in sti_hdmi_find_encoder()
681 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in sti_hdmi_find_encoder()
682 return encoder; in sti_hdmi_find_encoder()
692 struct drm_encoder *encoder; in sti_hdmi_bind() local
714 encoder = sti_hdmi_find_encoder(drm_dev); in sti_hdmi_bind()
715 if (!encoder) in sti_hdmi_bind()
733 encoder->bridge = bridge; in sti_hdmi_bind()
734 connector->encoder = encoder; in sti_hdmi_bind()
749 err = drm_mode_connector_attach_encoder(drm_connector, encoder); in sti_hdmi_bind()