Lines Matching refs:crtc
116 struct drm_crtc *crtc; in nv04_dfp_update_fp_control() local
121 nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dfp_update_fp_control()
135 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_dfp_update_fp_control()
136 nv_crtc = nouveau_crtc(crtc); in nv04_dfp_update_fp_control()
250 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_prepare()
287 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dfp_mode_set()
294 const struct drm_framebuffer *fb = encoder->crtc->primary->fb; in nv04_dfp_mode_set()
451 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dfp_commit()
454 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_commit()
517 struct drm_crtc *crtc = encoder->crtc; in nv04_lvds_dpms() local
536 int head = crtc ? nouveau_crtc(crtc)->index : in nv04_lvds_dpms()
554 nv04_dfp_prepare_sel_clk(dev, nv_encoder, nouveau_crtc(crtc)->index); in nv04_lvds_dpms()