Home
last modified time | relevance | path

Searched refs:DCB_OUTPUT_TMDS (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c483 !((nv_encoder = find_encoder(connector, DCB_OUTPUT_TMDS)) || in nouveau_connector_of_detect()
525 nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nouveau_connector_set_encoder()
543 nv_encoder->dcb->type == DCB_OUTPUT_TMDS ? in nouveau_connector_set_encoder()
620 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) in nouveau_connector_detect()
623 nv_partner = find_encoder(connector, DCB_OUTPUT_TMDS); in nouveau_connector_detect()
626 nv_partner->dcb->type == DCB_OUTPUT_TMDS) || in nouveau_connector_detect()
627 (nv_encoder->dcb->type == DCB_OUTPUT_TMDS && in nouveau_connector_detect()
630 type = DCB_OUTPUT_TMDS; in nouveau_connector_detect()
768 type = DCB_OUTPUT_TMDS; in nouveau_connector_force()
1095 case DCB_OUTPUT_TMDS in nouveau_connector_mode_valid()
[all...]
H A Dnouveau_bios.c1503 case DCB_OUTPUT_TMDS: in parse_dcb20_entry()
1560 entry->type = DCB_OUTPUT_TMDS; in parse_dcb15_entry()
1676 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 1, 1, DCB_OUTPUT_B); in apply_dcb_encoder_quirks()
1762 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, DCB_OUTPUT_B); in fabricate_dcb_encoder_table()
1779 fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, in fabricate_dcb_encoder_table()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c158 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_encoder_i2c_funcs(slave) && in get_tmds_slave()
457 if (dcbe->type == DCB_OUTPUT_TMDS) in nv04_dfp_commit()
604 } else if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nv04_dfp_restore()
688 case DCB_OUTPUT_TMDS: in nv04_dfp_create()
718 if (entry->type == DCB_OUTPUT_TMDS && in nv04_dfp_create()
H A Ddisp.c263 case DCB_OUTPUT_TMDS: in nv04_display_create()
H A Dcrtc.c266 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()
H A Dtvnv17.c428 if ((dcb->type == DCB_OUTPUT_TMDS || in nv17_tv_prepare()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h7 DCB_OUTPUT_TMDS = 0x2, enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c177 case DCB_OUTPUT_TMDS: in dcb_outp_parse()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c720 case DCB_OUTPUT_TMDS: in nv50_audio_supported()
1584 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS && nv_encoder->hdmi.enabled) { in nv50_sor_atomic_disable()
1778 case DCB_OUTPUT_TMDS: in nv50_sor_atomic_enable()
1898 case DCB_OUTPUT_TMDS: in nv50_sor_create()
2009 case DCB_OUTPUT_TMDS: in nv50_pior_atomic_enable()
2066 case DCB_OUTPUT_TMDS: in nv50_pior_create()
2704 case DCB_OUTPUT_TMDS: in nv50_display_read_hw_or_state()
2932 outp->dcb->type = DCB_OUTPUT_TMDS; in nv50_display_create()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duoutp.c615 case DCB_OUTPUT_TMDS: in nvkm_uoutp_new()
H A Dnv50.c1659 case DCB_OUTPUT_TMDS: in nv50_disp_oneinit()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddisp.c1324 case TMDS: dcbE.type = DCB_OUTPUT_TMDS; break; in r535_outp_new()