Searched refs:OUTPUT_TMDS (Results 1 - 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c151 !((nv_encoder = find_encoder(connector, OUTPUT_TMDS)) ||
188 nv_encoder->dcb->type == OUTPUT_TMDS) {
206 nv_encoder->dcb->type == OUTPUT_TMDS ?
253 if (nv_encoder->dcb->type == OUTPUT_TMDS)
256 nv_partner = find_encoder(connector, OUTPUT_TMDS);
259 nv_partner->dcb->type == OUTPUT_TMDS) ||
260 (nv_encoder->dcb->type == OUTPUT_TMDS &&
263 type = OUTPUT_TMDS;
388 type = OUTPUT_TMDS;
798 case OUTPUT_TMDS
[all...]
H A Dnv50_display.c379 case OUTPUT_TMDS:
616 case OUTPUT_TMDS:
731 case 1: type = OUTPUT_TMDS; break;
732 case 2: type = OUTPUT_TMDS; break;
733 case 5: type = OUTPUT_TMDS; break;
832 case 1: type = OUTPUT_TMDS; break;
833 case 2: type = OUTPUT_TMDS; break;
834 case 5: type = OUTPUT_TMDS; break;
905 if (dcb->type != OUTPUT_TMDS)
H A Dnv04_dfp.c157 if (dcb->type != OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP)
173 if (slave_dcb->type == OUTPUT_TMDS && get_slave_funcs(slave) &&
455 if (dcbe->type == OUTPUT_TMDS)
600 } else if (nv_encoder->dcb->type == OUTPUT_TMDS) {
687 case OUTPUT_TMDS:
714 if (entry->type == OUTPUT_TMDS &&
H A Dnv50_sor.c272 (nvenc->dcb->type != OUTPUT_TMDS &&
384 case OUTPUT_TMDS:
486 case OUTPUT_TMDS:
H A Dnouveau_bios.h88 OUTPUT_TMDS = 2, enumerator in enum:dcb_type
H A Dnv04_display.c145 case OUTPUT_TMDS:
H A Dnvd0_display.c1463 case OUTPUT_TMDS:
1610 case 0x00000100: link = 0; type = OUTPUT_TMDS; break;
1611 case 0x00000200: link = 1; type = OUTPUT_TMDS; break;
1612 case 0x00000500: link = 0; type = OUTPUT_TMDS; break;
1701 case OUTPUT_TMDS:
2002 case OUTPUT_TMDS:
H A Dnv04_crtc.c255 nv_encoder->dcb->type == OUTPUT_TMDS))
474 if (nv_encoder->dcb->type == OUTPUT_TMDS)
H A Dnouveau_bios.c4302 case OUTPUT_TMDS:
5856 case OUTPUT_TMDS:
5906 entry->type = OUTPUT_TMDS;
6021 fabricate_dcb_output(dcb, OUTPUT_TMDS, 1, 1, 1);
6095 fabricate_dcb_output(dcb, OUTPUT_TMDS, 0, all_heads, 1);
6112 fabricate_dcb_output(dcb, OUTPUT_TMDS,
H A Dnv17_tv.c415 if ((dcb->type == OUTPUT_TMDS ||

Completed in 189 milliseconds