Searched refs:DCB_OUTPUT_ANALOG (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 464 (nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG)))) in nouveau_connector_of_detect() 583 nv_partner = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect() 584 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG) in nouveau_connector_detect() 587 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG && in nouveau_connector_detect() 590 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) { in nouveau_connector_detect() 594 type = DCB_OUTPUT_ANALOG; in nouveau_connector_detect() 612 nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect() 729 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force() 1009 case DCB_OUTPUT_ANALOG: in nouveau_connector_mode_valid() 1278 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create() [all …]
|
D | nouveau_bios.c | 1391 if (type != DCB_OUTPUT_ANALOG) in fabricate_dcb_output() 1412 case DCB_OUTPUT_ANALOG: in parse_dcb20_entry() 1551 entry->type = DCB_OUTPUT_ANALOG; in parse_dcb15_entry() 1579 case DCB_OUTPUT_ANALOG: in parse_dcb15_entry() 1764 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2); in fabricate_dcb_encoder_table() 1770 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, in fabricate_dcb_encoder_table()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 5 DCB_OUTPUT_ANALOG = 0x0, enumerator
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 75 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-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 64 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-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 2275 case DCB_OUTPUT_ANALOG: in nv50_display_create()
|