Lines Matching refs:dcb
150 struct dcb_output *dcb = tv_enc->base.dcb; in nv17_tv_detect() local
175 if (dcb->tvconf.has_component_output) in nv17_tv_detect()
193 '@' + ffs(dcb->or)); in nv17_tv_detect()
374 mode, nouveau_encoder(encoder)->dcb->index); in nv17_tv_dpms()
419 struct dcb_output *dcb = nouveau_encoder(enc)->dcb; in nv17_tv_prepare() local
421 if ((dcb->type == DCB_OUTPUT_TMDS || in nv17_tv_prepare()
422 dcb->type == DCB_OUTPUT_LVDS) && in nv17_tv_prepare()
424 nv04_dfp_get_bound_head(dev, dcb) == head) { in nv17_tv_prepare()
425 nv04_dfp_bind_head(dev, dcb, head ^ 1, in nv17_tv_prepare()
603 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); in nv17_tv_commit()
641 struct dcb_output *dcb = nouveau_encoder(encoder)->dcb; in nv17_tv_create_resources() local
642 int num_tv_norms = dcb->tvconf.has_component_output ? NUM_TV_NORMS : in nv17_tv_create_resources()
808 tv_enc->base.dcb = entry; in nv17_tv_create()