Home
last modified time | relevance | path

Searched refs:DCB_OUTPUT_DP (Results 1 – 15 of 15) 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()
H A Dr535.c1253 case DP: dcbE.type = DCB_OUTPUT_DP; break; in r535_outp_new()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h9 DCB_OUTPUT_DP = 0x6, enumerator
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c426 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) { in nouveau_connector_ddc_detect()
517 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nouveau_connector_set_encoder()
641 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nouveau_connector_detect()
1102 case DCB_OUTPUT_DP: in nouveau_connector_mode_valid()
1230 nv_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP); in nouveau_connector_aux_xfer()
1475 nv_connector->dp_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP); in nouveau_connector_create()
H A Dnouveau_backlight.c309 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP); in nouveau_backlight_init()
H A Dnouveau_dp.c501 struct nouveau_encoder *outp = find_encoder(connector, DCB_OUTPUT_DP); in nouveau_dp_irq()
H A Dnouveau_bios.c1470 case DCB_OUTPUT_DP: in parse_dcb20_entry()
/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/dispnv50/
H A Ddisp.c377 case DCB_OUTPUT_DP: in nv50_outp_atomic_fix_depth()
715 case DCB_OUTPUT_DP: in nv50_audio_supported()
1587 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nv50_sor_atomic_disable()
1825 case DCB_OUTPUT_DP: in nv50_sor_atomic_enable()
1869 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nv50_sor_destroy()
1896 case DCB_OUTPUT_DP: in nv50_sor_create()
1914 if (dcbe->type == DCB_OUTPUT_DP) { in nv50_sor_create()
2009 case DCB_OUTPUT_DP: in nv50_pior_atomic_enable()
2068 case DCB_OUTPUT_DP: in nv50_pior_create()
2705 case DCB_OUTPUT_DP: in nv50_display_read_hw_or_state()
[all …]
H A Dcrc.c444 case DCB_OUTPUT_DP: return NV50_CRC_SOURCE_TYPE_SF; in nv50_crc_source_type()
/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/nvkm/subdev/i2c/
H A Dbase.c388 if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) { in nvkm_i2c_new_()