Lines Matching full:dvo
119 struct drm_encoder *dvo; member
292 * tvout_dvo_start - Start VIP block for DVO output
306 DRM_DEBUG_DRIVER("main vip for DVO\n"); in tvout_dvo_start()
307 /* Select the input sync for dvo */ in tvout_dvo_start()
315 DRM_DEBUG_DRIVER("aux vip for DVO\n"); in tvout_dvo_start()
316 /* Select the input sync for dvo */ in tvout_dvo_start()
517 seq_puts(s, "\n\n DVO encoder: "); in tvout_dbg_show()
518 crtc = tvout->dvo->crtc; in tvout_dbg_show()
786 tvout->dvo = sti_tvout_create_dvo_encoder(dev, tvout); in sti_tvout_create_encoders()
789 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders()
791 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders()
792 tvout->dvo->possible_clones = drm_encoder_mask(tvout->hdmi) | in sti_tvout_create_encoders()
793 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders()
806 if (tvout->dvo) in sti_tvout_destroy_encoders()
807 drm_encoder_cleanup(tvout->dvo); in sti_tvout_destroy_encoders()
808 tvout->dvo = NULL; in sti_tvout_destroy_encoders()