Lines Matching refs:encoder
257 struct drm_encoder *encoder; member
589 return hda_connector->encoder; in sti_hda_best_encoder()
627 struct drm_encoder *encoder; in sti_hda_find_encoder() local
629 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in sti_hda_find_encoder()
630 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC) in sti_hda_find_encoder()
631 return encoder; in sti_hda_find_encoder()
641 struct drm_encoder *encoder; in sti_hda_bind() local
650 encoder = sti_hda_find_encoder(drm_dev); in sti_hda_bind()
651 if (!encoder) in sti_hda_bind()
668 encoder->bridge = bridge; in sti_hda_bind()
669 connector->encoder = encoder; in sti_hda_bind()
684 err = drm_mode_connector_attach_encoder(drm_connector, encoder); in sti_hda_bind()