Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dvo.c114 struct intel_dvo { struct
124 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) in enc_to_dvo() argument
126 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()
129 static struct intel_dvo *intel_attached_dvo(struct intel_connector *connector) in intel_attached_dvo()
138 struct intel_dvo *intel_dvo = intel_attached_dvo(connector); in intel_dvo_connector_get_hw_state() local
141 tmp = intel_de_read(dev_priv, intel_dvo->dev.dvo_reg); in intel_dvo_connector_get_hw_state()
146 return intel_dvo->dev.dev_ops->get_hw_state(&intel_dvo->dev); in intel_dvo_connector_get_hw_state()
153 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_get_hw_state() local
156 tmp = intel_de_read(dev_priv, intel_dvo->dev.dvo_reg); in intel_dvo_get_hw_state()
167 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_get_config() local
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/
DMakefile295 display/intel_dvo.o \