Searched refs:DCB_OUTPUT_TMDS (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 468 !((nv_encoder = find_encoder(connector, DCB_OUTPUT_TMDS)) || in nouveau_connector_of_detect() 510 nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nouveau_connector_set_encoder() 528 nv_encoder->dcb->type == DCB_OUTPUT_TMDS ? in nouveau_connector_set_encoder() 601 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) in nouveau_connector_detect() 604 nv_partner = find_encoder(connector, DCB_OUTPUT_TMDS); in nouveau_connector_detect() 607 nv_partner->dcb->type == DCB_OUTPUT_TMDS) || in nouveau_connector_detect() 608 (nv_encoder->dcb->type == DCB_OUTPUT_TMDS && in nouveau_connector_detect() 611 type = DCB_OUTPUT_TMDS; in nouveau_connector_detect() 745 type = DCB_OUTPUT_TMDS; in nouveau_connector_force() 1068 case DCB_OUTPUT_TMDS: in nouveau_connector_mode_valid() [all …]
|
D | nouveau_bios.c | 1505 case DCB_OUTPUT_TMDS: in parse_dcb20_entry() 1562 entry->type = DCB_OUTPUT_TMDS; in parse_dcb15_entry() 1678 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 1, 1, 1); in apply_dcb_encoder_quirks() 1764 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, 1); in fabricate_dcb_encoder_table() 1781 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, in fabricate_dcb_encoder_table()
|
/linux-5.19.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() 603 } else if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nv04_dfp_restore() 687 case DCB_OUTPUT_TMDS: in nv04_dfp_create() 717 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()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 7 DCB_OUTPUT_TMDS = 0x2, enumerator
|
/linux-5.19.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()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 177 case DCB_OUTPUT_TMDS: in dcb_outp_parse()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1738 case DCB_OUTPUT_TMDS: in nv50_sor_atomic_enable() 1862 case DCB_OUTPUT_TMDS: in nv50_sor_create() 1979 case DCB_OUTPUT_TMDS: in nv50_pior_atomic_enable() 2026 case DCB_OUTPUT_TMDS: in nv50_pior_create() 2828 case DCB_OUTPUT_TMDS: in nv50_display_create()
|