Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_connector.c176 (nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG)))) in nouveau_connector_of_detect()
290 nv_partner = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
291 if (nv_encoder->dcb->type == DCB_OUTPUT_ANALOG) in nouveau_connector_detect()
294 if (nv_partner && ((nv_encoder->dcb->type == DCB_OUTPUT_ANALOG && in nouveau_connector_detect()
297 nv_partner->dcb->type == DCB_OUTPUT_ANALOG))) { in nouveau_connector_detect()
301 type = DCB_OUTPUT_ANALOG; in nouveau_connector_detect()
319 nv_encoder = find_encoder(connector, DCB_OUTPUT_ANALOG); in nouveau_connector_detect()
436 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force()
866 case DCB_OUTPUT_ANALOG: in nouveau_connector_mode_valid()
1132 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
[all …]
Dnouveau_bios.c1394 if (type != DCB_OUTPUT_ANALOG) in fabricate_dcb_output()
1415 case DCB_OUTPUT_ANALOG: in parse_dcb20_entry()
1549 entry->type = DCB_OUTPUT_ANALOG; in parse_dcb15_entry()
1577 case DCB_OUTPUT_ANALOG: in parse_dcb15_entry()
1762 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2); in fabricate_dcb_encoder_table()
1768 fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, in fabricate_dcb_encoder_table()
Dnv50_display.c2577 case DCB_OUTPUT_ANALOG: in nv50_display_create()
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h4 DCB_OUTPUT_ANALOG = 0x0, enumerator
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf119.c58 type = DCB_OUTPUT_ANALOG; in exec_lookup()
170 case DCB_OUTPUT_ANALOG: in exec_clkcmp()
331 if (outp->info.type == DCB_OUTPUT_ANALOG) { in gf119_disp_intr_unk2_2()
Dnv50.c237 type = DCB_OUTPUT_ANALOG; in exec_lookup()
403 case DCB_OUTPUT_ANALOG: in exec_clkcmp()
664 if (!outp->info.location && outp->info.type == DCB_OUTPUT_ANALOG) { in nv50_disp_intr_unk20_2()
Dbase.c328 case DCB_OUTPUT_ANALOG: ctor = outps->crt ; break; in nvkm_disp_ctor()
/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c71 case DCB_OUTPUT_ANALOG: in nv04_display_create()
Ddac.c395 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()