Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dvo.c95 struct intel_dvo { struct
105 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) in enc_to_dvo() argument
107 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()
110 static struct intel_dvo *intel_attached_dvo(struct drm_connector *connector) in intel_attached_dvo()
119 struct intel_dvo *intel_dvo = intel_attached_dvo(&connector->base); in intel_dvo_connector_get_hw_state() local
122 tmp = I915_READ(intel_dvo->dev.dvo_reg); in intel_dvo_connector_get_hw_state()
127 return intel_dvo->dev.dev_ops->get_hw_state(&intel_dvo->dev); in intel_dvo_connector_get_hw_state()
135 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_get_hw_state() local
138 tmp = I915_READ(intel_dvo->dev.dvo_reg); in intel_dvo_get_hw_state()
152 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_get_config() local
[all …]
DMakefile85 intel_dvo.o \