Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c71 case DCB_OUTPUT_DP : *type = SOR; return DP; in nvkm_outp_xlat()
79 case DCB_OUTPUT_DP : *type = PIOR; return TMDS; /* not a bug */ in nvkm_outp_xlat()
264 if (outp->info.type == DCB_OUTPUT_DP) in nvkm_outp_detect()
351 if (ior->func->route.get && !ior->arm.head && outp->info.type == DCB_OUTPUT_DP) in nvkm_outp_init()
H A Duoutp.c195 if (outp->info.type == DCB_OUTPUT_DP) in nvkm_uoutp_mthd_hda_eld()
206 if (outp->info.type == DCB_OUTPUT_DP) in nvkm_uoutp_mthd_hda_eld()
630 case DCB_OUTPUT_DP: in nvkm_uoutp_new()
H A Dnv50.c1663 case DCB_OUTPUT_DP: in nv50_disp_oneinit()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h9 DCB_OUTPUT_DP = 0x6, enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dnv50.c117 if ((ctx.outp[0] & 0x0000000f) != DCB_OUTPUT_DP) in mxm_dcb_sanitise_entry()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c144 case DCB_OUTPUT_DP: in dcb_outp_parse()
H A Dinit.c816 (data = nvbios_dpout_match(bios, DCB_OUTPUT_DP, in init_generic_condition()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c310 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP); in nouveau_backlight_init()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c388 if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) { in nvkm_i2c_new_()