Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h9 DCB_OUTPUT_DP = 0x6, enumerator
/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()
/drivers/gpu/drm/nouveau/
Dnouveau_connector.c438 case DCB_OUTPUT_DP: in nouveau_connector_ddc_detect()
1063 case DCB_OUTPUT_DP: in nouveau_connector_mode_valid()
1153 if ((nv_encoder = find_encoder(connector, DCB_OUTPUT_DP))) in nouveau_connector_hotplug()
1181 if ((nv_encoder = find_encoder(connector, DCB_OUTPUT_DP))) { in nouveau_connector_hotplug()
1203 nv_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP); in nouveau_connector_aux_xfer()
1330 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
Dnouveau_backlight.c241 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP); in nouveau_backlight_init()
Dnouveau_bios.c1469 case DCB_OUTPUT_DP: in parse_dcb20_entry()
/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c117 if ((ctx.outp[0] & 0x0000000f) != DCB_OUTPUT_DP) in mxm_dcb_sanitise_entry()
/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()
/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1533 case DCB_OUTPUT_DP: in nv50_sor_enable()
1588 case DCB_OUTPUT_DP: in nv50_sor_create()
1609 if (dcbe->type == DCB_OUTPUT_DP) { in nv50_sor_create()
1694 case DCB_OUTPUT_DP: in nv50_pior_enable()
1743 case DCB_OUTPUT_DP: in nv50_pior_create()
2391 case DCB_OUTPUT_DP: in nv50_display_create()
/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c408 if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) { in nvkm_i2c_new_()