Lines Matching defs:dcb

395 		    (nv_encoder->dcb && nv_encoder->dcb->type == type))
444 switch (nv_encoder->dcb->type) {
503 if (nv_encoder->dcb->i2c_index == idx && edid) {
530 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS ||
531 nv_encoder->dcb->type == DCB_OUTPUT_TMDS) {
549 nv_encoder->dcb->type == DCB_OUTPUT_TMDS ?
613 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS)
615 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG)
618 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG &&
619 nv_partner->dcb->type == DCB_OUTPUT_TMDS) ||
620 (nv_encoder->dcb->type == DCB_OUTPUT_TMDS &&
621 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) {
706 if (nv_encoder->dcb->lvdsconf.use_acpi_for_edid) {
718 nv_encoder->dcb->lvdsconf.use_straps_for_mode)) {
791 if (nv_encoder && nv_encoder->dcb->type == DCB_OUTPUT_TV)
890 if (nv_encoder->dcb->type != DCB_OUTPUT_LVDS) {
954 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS &&
955 (nv_encoder->dcb->lvdsconf.use_straps_for_mode ||
990 if (nv_encoder->dcb->type == DCB_OUTPUT_TV)
1007 struct dcb_output *dcb = nv_connector->detected_encoder->dcb;
1010 nouveau_duallink && nv_encoder->dcb->duallink_possible ? 2 : 1;
1037 if (dcb->location != DCB_LOC_ON_CHIP ||
1058 switch (nv_encoder->dcb->type) {
1072 max_clock = nv_encoder->dcb->crtconf.maxfreq;
1240 drm_conntype_from_dcb(enum dcb_connector_type dcb)
1242 switch (dcb) {
1302 nv_connector->dcb = olddcb_conn(dev, index);
1303 if (nv_connector->dcb) {
1304 u32 entry = ROM16(nv_connector->dcb[0]);
1306 entry |= (u32)ROM16(nv_connector->dcb[2]) << 16;
1308 nv_connector->type = nv_connector->dcb[0];
1331 /* no vbios data, or an unknown dcb connector type - attempt to
1335 struct dcb_table *dcbt = &drm->vbios.dcb;