Searched refs:OUTPUT_TMDS (Results 1 - 10 of 10) sorted by relevance
/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.c | 151 !((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 D | nv50_display.c | 379 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 D | nv04_dfp.c | 157 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 D | nv50_sor.c | 272 (nvenc->dcb->type != OUTPUT_TMDS && 384 case OUTPUT_TMDS: 486 case OUTPUT_TMDS:
|
H A D | nouveau_bios.h | 88 OUTPUT_TMDS = 2, enumerator in enum:dcb_type
|
H A D | nv04_display.c | 145 case OUTPUT_TMDS:
|
H A D | nvd0_display.c | 1463 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 D | nv04_crtc.c | 255 nv_encoder->dcb->type == OUTPUT_TMDS)) 474 if (nv_encoder->dcb->type == OUTPUT_TMDS)
|
H A D | nouveau_bios.c | 4302 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 D | nv17_tv.c | 415 if ((dcb->type == OUTPUT_TMDS ||
|
Completed in 197 milliseconds