Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_dvo.c109 struct intel_dvo { struct
117 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) in enc_to_dvo() argument
119 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()
122 static struct intel_dvo *intel_attached_dvo(struct intel_connector *connector) in intel_attached_dvo()
131 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_connector_get_hw_state() local
140 return intel_dvo->dev.dev_ops->get_hw_state(&intel_dvo->dev); in intel_dvo_connector_get_hw_state()
187 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_disable_dvo() local
190 intel_dvo->dev.dev_ops->dpms(&intel_dvo->dev, false); in intel_disable_dvo()
202 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_enable_dvo() local
205 intel_dvo->dev.dev_ops->mode_set(&intel_dvo->dev, in intel_enable_dvo()
[all …]
/Linux-v6.6/drivers/gpu/drm/i915/
DMakefile327 display/intel_dvo.o \