Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c84 if (dcbent->type == DCB_OUTPUT_LVDS) in nv04_dfp_bind_head()
236 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && nv04_display(dev)->saved_reg.sel_clk & 0xf0) { in nv04_dfp_prepare_sel_clk()
265 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) in nv04_dfp_prepare()
344 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) { in nv04_dfp_mode_set()
458 else if (dcbe->type == DCB_OUTPUT_LVDS) in nv04_dfp_commit()
592 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) { in nv04_dfp_restore()
689 case DCB_OUTPUT_LVDS: in nv04_dfp_create()
Ddisp.c78 case DCB_OUTPUT_LVDS: in nv04_display_create()
Dcrtc.c260 (nv_encoder->dcb->type == DCB_OUTPUT_LVDS || in nv_crtc_mode_set_vga()
475 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) in nv_crtc_mode_set_regs()
Dtvnv17.c422 dcb->type == DCB_OUTPUT_LVDS) && in nv17_tv_prepare()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h8 DCB_OUTPUT_LVDS = 0x3, enumerator
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_connector.c429 case DCB_OUTPUT_LVDS: in nouveau_connector_ddc_detect()
499 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS || in nouveau_connector_set_encoder()
653 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nouveau_connector_detect_lvds()
857 if (nv_encoder->dcb->type != DCB_OUTPUT_LVDS) { in nouveau_connector_detect_depth()
905 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && in nouveau_connector_get_modes()
993 case DCB_OUTPUT_LVDS: in nouveau_connector_mode_valid()
1286 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
Dnouveau_backlight.c224 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nv50_backlight_init()
Dnouveau_bios.c1421 case DCB_OUTPUT_LVDS: in parse_dcb20_entry()
1559 entry->type = DCB_OUTPUT_LVDS; in parse_dcb15_entry()
1564 entry->type = DCB_OUTPUT_LVDS; in parse_dcb15_entry()
1585 case DCB_OUTPUT_LVDS: in parse_dcb15_entry()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddcb.c178 case DCB_OUTPUT_LVDS: in dcb_outp_parse()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c67 case DCB_OUTPUT_LVDS : *type = SOR; return LVDS; in nvkm_outp_xlat()
Dbase.c300 case DCB_OUTPUT_LVDS: in nvkm_disp_oneinit()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1379 case DCB_OUTPUT_LVDS: in nv50_sor_enable()
1469 case DCB_OUTPUT_LVDS: type = DRM_MODE_ENCODER_LVDS; break; in nv50_sor_create()
2271 case DCB_OUTPUT_LVDS: in nv50_display_create()