Home
last modified time | relevance | path

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

/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()
516 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nouveau_connector_set_encoder()
640 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nouveau_connector_detect()
1105 case DCB_OUTPUT_DP: in nouveau_connector_mode_valid()
1233 nv_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP); in nouveau_connector_aux_xfer()
1480 nv_connector->dp_encoder = find_encoder(&nv_connector->base, DCB_OUTPUT_DP); in nouveau_connector_create()
H A Dnouveau_backlight.c310 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP); in nouveau_backlight_init()
H A Dnouveau_bios.c1470 case DCB_OUTPUT_DP: in parse_dcb20_entry()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c386 case DCB_OUTPUT_DP: in nv50_outp_atomic_fix_depth()
721 case DCB_OUTPUT_DP: in nv50_audio_supported()
1590 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nv50_sor_atomic_disable()
1828 case DCB_OUTPUT_DP: in nv50_sor_atomic_enable()
1872 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) in nv50_sor_destroy()
1899 case DCB_OUTPUT_DP: in nv50_sor_create()
1917 if (dcbe->type == DCB_OUTPUT_DP) { in nv50_sor_create()
2012 case DCB_OUTPUT_DP: in nv50_pior_atomic_enable()
2071 case DCB_OUTPUT_DP: in nv50_pior_create()
2528 nouveau_encoder(outp->encoder)->dcb->type == DCB_OUTPUT_DP) in nv50_disp_outp_atomic_check_clr()
[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/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/nvkm/engine/disp/
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/nvkm/subdev/i2c/
H A Dbase.c388 if (pad->func->aux_new_6 && dcbE.type == DCB_OUTPUT_DP) { in nvkm_i2c_new_()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddisp.c1325 case DP: dcbE.type = DCB_OUTPUT_DP; break; in r535_outp_new()