Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_connector.c173 (nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG)))) in nouveau_connector_of_detect()
276 nv_partner = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
277 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG) in nouveau_connector_detect()
280 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG && in nouveau_connector_detect()
283 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) { in nouveau_connector_detect()
287 type = DCB_OUTPUT_ANALOG; in nouveau_connector_detect()
303 nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
414 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force()
827 case DCB_OUTPUT_ANALOG: in nouveau_connector_mode_valid()
1042 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
[all …]
Dnouveau_bios.c1392 if (type != DCB_OUTPUT_ANALOG) in fabricate_dcb_output()
1412 case DCB_OUTPUT_ANALOG: in parse_dcb20_entry()
1537 entry->type = DCB_OUTPUT_ANALOG; in parse_dcb15_entry()
1565 case DCB_OUTPUT_ANALOG: in parse_dcb15_entry()
1750 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2); in fabricate_dcb_encoder_table()
1756 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, in fabricate_dcb_encoder_table()
Dnv50_display.c2267 case DCB_OUTPUT_ANALOG: in nv50_display_create()
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Ddcb.h7 DCB_OUTPUT_ANALOG = 0x0, enumerator
/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c97 case DCB_OUTPUT_ANALOG: in nv04_display_create()
Ddac.c390 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
/drivers/gpu/drm/nouveau/core/engine/disp/
Dnvd0.c597 type = DCB_OUTPUT_ANALOG; in exec_lookup()
700 case DCB_OUTPUT_ANALOG: in exec_clkcmp()
820 if (outp.type == DCB_OUTPUT_ANALOG) { in nvd0_disp_intr_unk2_2()
Dnv50.c785 type = DCB_OUTPUT_ANALOG; in exec_lookup()
945 case DCB_OUTPUT_ANALOG: in exec_clkcmp()
1132 if (!outp.location && outp.type == DCB_OUTPUT_ANALOG) { in nv50_disp_intr_unk20_2()