Home
last modified time | relevance | path

Searched refs:DCB_OUTPUT_ANALOG (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_connector.c176 (nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG)))) in nouveau_connector_of_detect()
278 nv_partner = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
279 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG) in nouveau_connector_detect()
282 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG && in nouveau_connector_detect()
285 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) { in nouveau_connector_detect()
289 type = DCB_OUTPUT_ANALOG; in nouveau_connector_detect()
307 nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
424 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force()
854 case DCB_OUTPUT_ANALOG: in nouveau_connector_mode_valid()
1120 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
[all …]
Dnouveau_bios.c1390 if (type != DCB_OUTPUT_ANALOG) in fabricate_dcb_output()
1411 case DCB_OUTPUT_ANALOG: in parse_dcb20_entry()
1547 entry->type = DCB_OUTPUT_ANALOG; in parse_dcb15_entry()
1575 case DCB_OUTPUT_ANALOG: in parse_dcb15_entry()
1760 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2); in fabricate_dcb_encoder_table()
1766 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, in fabricate_dcb_encoder_table()
Dnv50_display.c2535 case DCB_OUTPUT_ANALOG: in nv50_display_create()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h4 DCB_OUTPUT_ANALOG = 0x0, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c71 case DCB_OUTPUT_ANALOG: in nv04_display_create()
Ddac.c390 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf110.c799 type = DCB_OUTPUT_ANALOG; in exec_lookup()
907 case DCB_OUTPUT_ANALOG: in exec_clkcmp()
1064 if (outp->info.type == DCB_OUTPUT_ANALOG) { in gf110_disp_intr_unk2_2()
Dnv50.c1394 type = DCB_OUTPUT_ANALOG; in exec_lookup()
1556 case DCB_OUTPUT_ANALOG: in exec_clkcmp()
1812 if (!outp->info.location && outp->info.type == DCB_OUTPUT_ANALOG) { in nv50_disp_intr_unk20_2()