Searched refs:DCB_OUTPUT_TMDS (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 466 !((nv_encoder = find_encoder(connector, DCB_OUTPUT_TMDS)) || in nouveau_connector_of_detect() 508 nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nouveau_connector_set_encoder() 526 nv_encoder->dcb->type == DCB_OUTPUT_TMDS ? in nouveau_connector_set_encoder() 599 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) in nouveau_connector_detect() 602 nv_partner = find_encoder(connector, DCB_OUTPUT_TMDS); in nouveau_connector_detect() 605 nv_partner->dcb->type == DCB_OUTPUT_TMDS) || in nouveau_connector_detect() 606 (nv_encoder->dcb->type == DCB_OUTPUT_TMDS && in nouveau_connector_detect() 609 type = DCB_OUTPUT_TMDS; in nouveau_connector_detect() 743 type = DCB_OUTPUT_TMDS; in nouveau_connector_force() 1050 case DCB_OUTPUT_TMDS: in nouveau_connector_mode_valid() [all …]
|
D | nouveau_bios.c | 1502 case DCB_OUTPUT_TMDS: in parse_dcb20_entry() 1559 entry->type = DCB_OUTPUT_TMDS; in parse_dcb15_entry() 1675 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 1, 1, 1); in apply_dcb_encoder_quirks() 1761 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, 1); in fabricate_dcb_encoder_table() 1778 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, in fabricate_dcb_encoder_table()
|
/kernel/linux/linux-5.10/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() 457 if (dcbe->type == DCB_OUTPUT_TMDS) in nv04_dfp_commit() 602 } else if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nv04_dfp_restore() 686 case DCB_OUTPUT_TMDS: in nv04_dfp_create() 716 if (entry->type == DCB_OUTPUT_TMDS && in nv04_dfp_create()
|
D | disp.c | 265 case DCB_OUTPUT_TMDS: in nv04_display_create()
|
D | crtc.c | 266 nv_encoder->dcb->type == DCB_OUTPUT_TMDS)) in nv_crtc_mode_set_vga() 484 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 7 DCB_OUTPUT_TMDS = 0x2, enumerator
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 67 case DCB_OUTPUT_TMDS : *type = SOR; return TMDS; in nvkm_outp_xlat() 76 case DCB_OUTPUT_TMDS: *type = PIOR; return TMDS; in nvkm_outp_xlat()
|
D | base.c | 299 case DCB_OUTPUT_TMDS: in nvkm_disp_oneinit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 177 case DCB_OUTPUT_TMDS: in dcb_outp_parse()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1682 case DCB_OUTPUT_TMDS: in nv50_sor_enable() 1798 case DCB_OUTPUT_TMDS: in nv50_sor_create() 1913 case DCB_OUTPUT_TMDS: in nv50_pior_enable() 1960 case DCB_OUTPUT_TMDS: in nv50_pior_create() 2741 case DCB_OUTPUT_TMDS: in nv50_display_create()
|