Home
last modified time | relevance | path

Searched refs:DCB_OUTPUT_DP (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h9 DCB_OUTPUT_DP = 0x6, enumerator
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c68 case DCB_OUTPUT_DP : *type = SOR; return DP; in nvkm_outp_xlat()
76 case DCB_OUTPUT_DP : *type = PIOR; return TMDS; /* not a bug */ in nvkm_outp_xlat()
Drootnv50.c155 if (outp->info.type == DCB_OUTPUT_DP) in nv50_disp_root_mthd_()
160 if (outp->info.type == DCB_OUTPUT_DP) in nv50_disp_root_mthd_()
Dbase.c303 case DCB_OUTPUT_DP: in nvkm_disp_oneinit()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_connector.c421 case DCB_OUTPUT_DP: in nouveau_connector_ddc_detect()
1016 case DCB_OUTPUT_DP: in nouveau_connector_mode_valid()
1119 if ((nv_encoder = find_encoder(connector, DCB_OUTPUT_DP))) in nouveau_connector_hotplug()
1125 if ((nv_encoder = find_encoder(connector, DCB_OUTPUT_DP))) { in nouveau_connector_hotplug()
1148 nv_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP); in nouveau_connector_aux_xfer()
1271 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
Dnouveau_backlight.c226 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP); in nv50_backlight_init()
Dnouveau_bios.c1471 case DCB_OUTPUT_DP: in parse_dcb20_entry()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c117 if ((ctx.outp[0] & 0x0000000f) != DCB_OUTPUT_DP) in mxm_dcb_sanitise_entry()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddcb.c144 case DCB_OUTPUT_DP: in dcb_outp_parse()
Dinit.c816 (data = nvbios_dpout_match(bios, DCB_OUTPUT_DP, in init_generic_condition()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1410 case DCB_OUTPUT_DP: in nv50_sor_enable()
1471 case DCB_OUTPUT_DP: in nv50_sor_create()
1492 if (dcbe->type == DCB_OUTPUT_DP) { in nv50_sor_create()
1576 case DCB_OUTPUT_DP: in nv50_pior_enable()
1625 case DCB_OUTPUT_DP: in nv50_pior_create()
2272 case DCB_OUTPUT_DP: in nv50_display_create()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c373 if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) { in nvkm_i2c_new_()