Home
last modified time | relevance | path

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

/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/engine/disp/
H A Doutp.c69 case DCB_OUTPUT_TMDS : *type = SOR; return TMDS; in nvkm_outp_xlat()
78 case DCB_OUTPUT_TMDS: *type = PIOR; return TMDS; in nvkm_outp_xlat()
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/bios/
H A Ddcb.c177 case DCB_OUTPUT_TMDS: in dcb_outp_parse()