Searched refs:DCB_OUTPUT_TMDS (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 175 !((nv_encoder = find_encoder(connector, DCB_OUTPUT_TMDS)) || in nouveau_connector_of_detect() 212 nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nouveau_connector_set_encoder() 230 nv_encoder->dcb->type == DCB_OUTPUT_TMDS ? in nouveau_connector_set_encoder() 289 if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) in nouveau_connector_detect() 292 nv_partner = find_encoder(connector, DCB_OUTPUT_TMDS); in nouveau_connector_detect() 295 nv_partner->dcb->type == DCB_OUTPUT_TMDS) || in nouveau_connector_detect() 296 (nv_encoder->dcb->type == DCB_OUTPUT_TMDS && in nouveau_connector_detect() 299 type = DCB_OUTPUT_TMDS; in nouveau_connector_detect() 434 type = DCB_OUTPUT_TMDS; in nouveau_connector_force() 861 case DCB_OUTPUT_TMDS: in nouveau_connector_mode_valid() [all …]
|
D | nouveau_bios.c | 1503 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()
|
D | nv50_display.c | 1962 case DCB_OUTPUT_TMDS: in nv50_sor_mode_set() 2097 case DCB_OUTPUT_TMDS: in nv50_sor_create() 2196 case DCB_OUTPUT_TMDS: in nv50_pior_mode_set() 2283 case DCB_OUTPUT_TMDS: in nv50_pior_create() 2572 case DCB_OUTPUT_TMDS: in nv50_display_create()
|
/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() 455 if (dcbe->type == DCB_OUTPUT_TMDS) in nv04_dfp_commit() 600 } else if (nv_encoder->dcb->type == DCB_OUTPUT_TMDS) { in nv04_dfp_restore() 688 case DCB_OUTPUT_TMDS: in nv04_dfp_create() 715 if (entry->type == DCB_OUTPUT_TMDS && in nv04_dfp_create()
|
D | disp.c | 75 case DCB_OUTPUT_TMDS: in nv04_display_create()
|
D | crtc.c | 267 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()
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf119.c | 64 case 0x00000100: type = DCB_OUTPUT_TMDS; mask = 1; break; in exec_lookup() 65 case 0x00000200: type = DCB_OUTPUT_TMDS; mask = 2; break; in exec_lookup() 66 case 0x00000500: type = DCB_OUTPUT_TMDS; mask = 3; break; in exec_lookup() 159 case DCB_OUTPUT_TMDS: in exec_clkcmp() 338 case DCB_OUTPUT_TMDS: in gf119_disp_intr_unk2_2()
|
D | nv50.c | 243 case 0x00000100: type = DCB_OUTPUT_TMDS; mask = 1; break; in exec_lookup() 244 case 0x00000200: type = DCB_OUTPUT_TMDS; mask = 2; break; in exec_lookup() 245 case 0x00000500: type = DCB_OUTPUT_TMDS; mask = 3; break; in exec_lookup() 392 case DCB_OUTPUT_TMDS: in exec_clkcmp() 725 if (outp->info.location == 0 && outp->info.type == DCB_OUTPUT_TMDS) in nv50_disp_intr_unk40_0()
|
D | base.c | 330 case DCB_OUTPUT_TMDS : ctor = outps->tmds; break; in nvkm_disp_ctor()
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 6 DCB_OUTPUT_TMDS = 0x2, enumerator
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 174 case DCB_OUTPUT_TMDS: in dcb_outp_parse()
|