Lines Matching defs:encoder
215 * The following is some guesswork on how the TV encoder flicker
314 static void tv_setup_filter(struct drm_encoder *encoder)
316 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder);
317 struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder);
318 struct drm_display_mode *mode = &encoder->crtc->mode;
470 void nv17_tv_update_properties(struct drm_encoder *encoder)
472 struct drm_device *dev = encoder->dev;
473 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder);
475 struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder);
525 void nv17_tv_update_rescaler(struct drm_encoder *encoder)
527 struct drm_device *dev = encoder->dev;
528 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder);
533 tv_setup_filter(encoder);
541 void nv17_ctv_update_rescaler(struct drm_encoder *encoder)
543 struct drm_device *dev = encoder->dev;
544 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder);
545 int head = nouveau_crtc(encoder->crtc)->index;
547 struct drm_display_mode *crtc_mode = &encoder->crtc->mode;
549 &get_tv_norm(encoder)->ctv_enc_mode.mode;