Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_connector.c470 (nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG)))) in nouveau_connector_of_detect()
604 nv_partner = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
605 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG) in nouveau_connector_detect()
608 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG && in nouveau_connector_detect()
611 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) { in nouveau_connector_detect()
615 type = DCB_OUTPUT_ANALOG; in nouveau_connector_detect()
639 nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
753 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force()
1077 case DCB_OUTPUT_ANALOG: in nouveau_connector_mode_valid()
1349 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
[all …]
Dnouveau_bios.c1392 if (type != DCB_OUTPUT_ANALOG) in fabricate_dcb_output()
1413 case DCB_OUTPUT_ANALOG: in parse_dcb20_entry()
1552 entry->type = DCB_OUTPUT_ANALOG; in parse_dcb15_entry()
1580 case DCB_OUTPUT_ANALOG: in parse_dcb15_entry()
1765 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2); in fabricate_dcb_encoder_table()
1771 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, in fabricate_dcb_encoder_table()
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h5 DCB_OUTPUT_ANALOG = 0x0, enumerator
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c264 case DCB_OUTPUT_ANALOG: in nv04_display_create()
Ddac.c395 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dbase.c185 case DCB_OUTPUT_ANALOG: in nvkm_disp_oneinit()
Doutp.c65 case DCB_OUTPUT_ANALOG: *type = DAC; return CRT; in nvkm_outp_xlat()
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.c443 case DCB_OUTPUT_ANALOG: return NV50_CRC_SOURCE_TYPE_DAC; in nv50_crc_source_type()
Ddisp.c2703 case DCB_OUTPUT_ANALOG: in nv50_display_create()