Lines Matching refs:encoder
257 struct drm_encoder *encoder; member
589 return hda_connector->encoder; in sti_hda_best_encoder()
626 struct drm_encoder *encoder; in sti_hda_find_encoder() local
628 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in sti_hda_find_encoder()
629 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC) in sti_hda_find_encoder()
630 return encoder; in sti_hda_find_encoder()
640 struct drm_encoder *encoder; in sti_hda_bind() local
649 encoder = sti_hda_find_encoder(drm_dev); in sti_hda_bind()
650 if (!encoder) in sti_hda_bind()
667 encoder->bridge = bridge; in sti_hda_bind()
668 connector->encoder = encoder; in sti_hda_bind()
683 err = drm_mode_connector_attach_encoder(drm_connector, encoder); in sti_hda_bind()