Searched refs:DCB_OUTPUT_DP (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h9 DCB_OUTPUT_DP = 0x6, enumerator in enum:dcb_output_type
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c71 case DCB_OUTPUT_DP : *type = SOR; return DP;
79 case DCB_OUTPUT_DP : *type = PIOR; return TMDS; /* not a bug */
264 if (outp->info.type == DCB_OUTPUT_DP)
351 if (ior->func->route.get && !ior->arm.head && outp->info.type == DCB_OUTPUT_DP)
H A Duoutp.c195 if (outp->info.type == DCB_OUTPUT_DP)
206 if (outp->info.type == DCB_OUTPUT_DP)
630 case DCB_OUTPUT_DP:
H A Dr535.c1253 case DP: dcbE.type = DCB_OUTPUT_DP; break;
H A Dnv50.c1663 case DCB_OUTPUT_DP:
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dnv50.c117 if ((ctx.outp[0] & 0x0000000f) != DCB_OUTPUT_DP)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c426 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) {
517 if (nv_encoder->dcb->type == DCB_OUTPUT_DP)
641 if (nv_encoder->dcb->type == DCB_OUTPUT_DP)
1102 case DCB_OUTPUT_DP:
1230 nv_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP);
1475 nv_connector->dp_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP);
H A Dnouveau_backlight.c309 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP);
H A Dnouveau_dp.c501 struct nouveau_encoder *outp = find_encoder(connector, DCB_OUTPUT_DP);
H A Dnouveau_bios.c1475 case DCB_OUTPUT_DP:
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c144 case DCB_OUTPUT_DP:
H A Dinit.c816 (data = nvbios_dpout_match(bios, DCB_OUTPUT_DP,
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c377 case DCB_OUTPUT_DP:
715 case DCB_OUTPUT_DP:
1587 if (nv_encoder->dcb->type == DCB_OUTPUT_DP)
1825 case DCB_OUTPUT_DP:
1869 if (nv_encoder->dcb->type == DCB_OUTPUT_DP)
1896 case DCB_OUTPUT_DP:
1914 if (dcbe->type == DCB_OUTPUT_DP) {
2009 case DCB_OUTPUT_DP:
2068 case DCB_OUTPUT_DP:
2525 nouveau_encoder(outp->encoder)->dcb->type == DCB_OUTPUT_DP)
[all...]
H A Dcrc.c442 case DCB_OUTPUT_DP: return NV50_CRC_SOURCE_TYPE_SF;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c388 if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) {

Completed in 387 milliseconds