Home
last modified time | relevance | path

Searched refs:intel_dvo (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dvo.c113 struct intel_dvo { struct
121 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) in enc_to_dvo() argument
123 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()
126 static struct intel_dvo *intel_attached_dvo(struct intel_connector *connector) in intel_attached_dvo()
135 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_connector_get_hw_state() local
144 return intel_dvo->dev.dev_ops->get_hw_state(&intel_dvo->dev); in intel_dvo_connector_get_hw_state()
191 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_disable_dvo() local
194 intel_dvo->dev.dev_ops->dpms(&intel_dvo->dev, false); in intel_disable_dvo()
206 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_enable_dvo() local
209 intel_dvo->dev.dev_ops->mode_set(&intel_dvo->dev, in intel_enable_dvo()
[all …]