Searched refs:DCB_OUTPUT_TMDS (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 463 !((nv_encoder = find_encoder(connector, DCB_OUTPUT_TMDS)) || in nouveau_connector_of_detect() 500 nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nouveau_connector_set_encoder() 518 nv_encoder->dcb->type == DCB_OUTPUT_TMDS ? in nouveau_connector_set_encoder() 582 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) in nouveau_connector_detect() 585 nv_partner = find_encoder(connector, DCB_OUTPUT_TMDS); in nouveau_connector_detect() 588 nv_partner->dcb->type == DCB_OUTPUT_TMDS) || in nouveau_connector_detect() 589 (nv_encoder->dcb->type == DCB_OUTPUT_TMDS && in nouveau_connector_detect() 592 type = DCB_OUTPUT_TMDS; in nouveau_connector_detect() 727 type = DCB_OUTPUT_TMDS; in nouveau_connector_force() 1002 case DCB_OUTPUT_TMDS: in nouveau_connector_mode_valid() [all …]
|
D | nouveau_bios.c | 1504 case DCB_OUTPUT_TMDS: in parse_dcb20_entry() 1561 entry->type = DCB_OUTPUT_TMDS; in parse_dcb15_entry() 1677 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 1, 1, 1); in apply_dcb_encoder_quirks() 1763 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, 1); in fabricate_dcb_encoder_table() 1780 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, in fabricate_dcb_encoder_table()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | dfp.c | 158 if (dcb->type != DCB_OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP) in get_tmds_slave() 174 if (slave_dcb->type == DCB_OUTPUT_TMDS && get_slave_funcs(slave) && in get_tmds_slave() 456 if (dcbe->type == DCB_OUTPUT_TMDS) in nv04_dfp_commit() 601 } else if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nv04_dfp_restore() 685 case DCB_OUTPUT_TMDS: in nv04_dfp_create() 715 if (entry->type == DCB_OUTPUT_TMDS && in nv04_dfp_create()
|
D | disp.c | 79 case DCB_OUTPUT_TMDS: in nv04_display_create()
|
D | crtc.c | 261 nv_encoder->dcb->type == DCB_OUTPUT_TMDS)) in nv_crtc_mode_set_vga() 479 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) in nv_crtc_mode_set_regs()
|
D | tvnv17.c | 421 if ((dcb->type == DCB_OUTPUT_TMDS || in nv17_tv_prepare()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 7 DCB_OUTPUT_TMDS = 0x2, enumerator
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 66 case DCB_OUTPUT_TMDS : *type = SOR; return TMDS; in nvkm_outp_xlat() 75 case DCB_OUTPUT_TMDS: *type = PIOR; return TMDS; in nvkm_outp_xlat()
|
D | base.c | 299 case DCB_OUTPUT_TMDS: in nvkm_disp_oneinit()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 177 case DCB_OUTPUT_TMDS: in dcb_outp_parse()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1360 case DCB_OUTPUT_TMDS: in nv50_sor_enable() 1470 case DCB_OUTPUT_TMDS: in nv50_sor_create() 1575 case DCB_OUTPUT_TMDS: in nv50_pior_enable() 1620 case DCB_OUTPUT_TMDS: in nv50_pior_create() 2270 case DCB_OUTPUT_TMDS: in nv50_display_create()
|