Lines Matching refs:dcb
158 struct dcb_output *dcb = tv_enc->base.dcb; in nv17_tv_detect() local
183 if (dcb->tvconf.has_component_output) in nv17_tv_detect()
201 '@' + ffs(dcb->or)); in nv17_tv_detect()
382 mode, nouveau_encoder(encoder)->dcb->index); in nv17_tv_dpms()
427 struct dcb_output *dcb = nouveau_encoder(enc)->dcb; in nv17_tv_prepare() local
429 if ((dcb->type == DCB_OUTPUT_TMDS || in nv17_tv_prepare()
430 dcb->type == DCB_OUTPUT_LVDS) && in nv17_tv_prepare()
432 nv04_dfp_get_bound_head(dev, dcb) == head) { in nv17_tv_prepare()
433 nv04_dfp_bind_head(dev, dcb, head ^ 1, in nv17_tv_prepare()
611 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); in nv17_tv_commit()
649 struct dcb_output *dcb = nouveau_encoder(encoder)->dcb; in nv17_tv_create_resources() local
650 int num_tv_norms = dcb->tvconf.has_component_output ? NUM_TV_NORMS : in nv17_tv_create_resources()
824 tv_enc->base.dcb = entry; in nv17_tv_create()