Searched refs:DCB_OUTPUT_ANALOG (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 469 (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 …]
|
D | nouveau_bios.c | 1392 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/ |
D | dcb.h | 5 DCB_OUTPUT_ANALOG = 0x0, enumerator
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 261 case DCB_OUTPUT_ANALOG: in nv04_display_create()
|
D | dac.c | 395 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 65 case DCB_OUTPUT_ANALOG: *type = DAC; return CRT; in nvkm_outp_xlat()
|
D | base.c | 297 case DCB_OUTPUT_ANALOG: in nvkm_disp_oneinit()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | crc.c | 443 case DCB_OUTPUT_ANALOG: return NV50_CRC_SOURCE_TYPE_DAC; in nv50_crc_source_type()
|
D | disp.c | 2833 case DCB_OUTPUT_ANALOG: in nv50_display_create()
|