Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_connector.c469 (nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG)))) in nouveau_connector_of_detect()
602 nv_partner = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
603 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG) in nouveau_connector_detect()
606 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG && in nouveau_connector_detect()
609 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) { in nouveau_connector_detect()
613 type = DCB_OUTPUT_ANALOG; in nouveau_connector_detect()
634 nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
747 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force()
1071 case DCB_OUTPUT_ANALOG: in nouveau_connector_mode_valid()
1329 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-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h5 DCB_OUTPUT_ANALOG = 0x0, enumerator
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c261 case DCB_OUTPUT_ANALOG: in nv04_display_create()
Ddac.c395 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c65 case DCB_OUTPUT_ANALOG: *type = DAC; return CRT; in nvkm_outp_xlat()
Dbase.c297 case DCB_OUTPUT_ANALOG: in nvkm_disp_oneinit()
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.c443 case DCB_OUTPUT_ANALOG: return NV50_CRC_SOURCE_TYPE_DAC; in nv50_crc_source_type()
Ddisp.c2833 case DCB_OUTPUT_ANALOG: in nv50_display_create()