Lines Matching refs:encoder

104 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder)  in enc_to_dvo()  argument
106 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()
129 static bool intel_dvo_get_hw_state(struct intel_encoder *encoder, in intel_dvo_get_hw_state() argument
132 struct drm_device *dev = encoder->base.dev; in intel_dvo_get_hw_state()
134 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_get_hw_state()
147 static void intel_dvo_get_config(struct intel_encoder *encoder, in intel_dvo_get_config() argument
150 struct drm_i915_private *dev_priv = encoder->base.dev->dev_private; in intel_dvo_get_config()
151 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_get_config()
169 static void intel_disable_dvo(struct intel_encoder *encoder) in intel_disable_dvo() argument
171 struct drm_i915_private *dev_priv = encoder->base.dev->dev_private; in intel_disable_dvo()
172 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_disable_dvo()
181 static void intel_enable_dvo(struct intel_encoder *encoder) in intel_enable_dvo() argument
183 struct drm_i915_private *dev_priv = encoder->base.dev->dev_private; in intel_enable_dvo()
184 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_enable_dvo()
185 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc); in intel_enable_dvo()
264 static bool intel_dvo_compute_config(struct intel_encoder *encoder, in intel_dvo_compute_config() argument
267 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_compute_config()
294 static void intel_dvo_pre_enable(struct intel_encoder *encoder) in intel_dvo_pre_enable() argument
296 struct drm_device *dev = encoder->base.dev; in intel_dvo_pre_enable()
298 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc); in intel_dvo_pre_enable()
300 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_pre_enable()
405 static void intel_dvo_enc_destroy(struct drm_encoder *encoder) in intel_dvo_enc_destroy() argument
407 struct intel_dvo *intel_dvo = enc_to_dvo(to_intel_encoder(encoder)); in intel_dvo_enc_destroy()
414 intel_encoder_destroy(encoder); in intel_dvo_enc_destroy()