Lines Matching defs:dvo
119 struct drm_encoder *dvo;
307 /* Select the input sync for dvo */
316 /* Select the input sync for dvo */
518 crtc = tvout->dvo->crtc;
786 tvout->dvo = sti_tvout_create_dvo_encoder(dev, tvout);
789 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo);
791 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo);
792 tvout->dvo->possible_clones = drm_encoder_mask(tvout->hdmi) |
793 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo);
806 if (tvout->dvo)
807 drm_encoder_cleanup(tvout->dvo);
808 tvout->dvo = NULL;