Home
last modified time | relevance | path

Searched refs:DCB_OUTPUT_LVDS (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c84 if (dcbent->type == DCB_OUTPUT_LVDS) in nv04_dfp_bind_head()
237 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && nv04_display(dev)->saved_reg.sel_clk & 0xf0) { in nv04_dfp_prepare_sel_clk()
266 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) in nv04_dfp_prepare()
345 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) { in nv04_dfp_mode_set()
459 else if (dcbe->type == DCB_OUTPUT_LVDS) in nv04_dfp_commit()
593 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) { in nv04_dfp_restore()
690 case DCB_OUTPUT_LVDS: in nv04_dfp_create()
H A Ddisp.c264 case DCB_OUTPUT_LVDS: in nv04_display_create()
H A Dtvnv17.c422 dcb->type == DCB_OUTPUT_LVDS) && in nv17_tv_prepare()
H A Dcrtc.c265 (nv_encoder->dcb->type == DCB_OUTPUT_LVDS || in nv_crtc_mode_set_vga()
480 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) in nv_crtc_mode_set_regs()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c84 if (dcbent->type == DCB_OUTPUT_LVDS) in nv04_dfp_bind_head()
237 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && nv04_display(dev)->saved_reg.sel_clk & 0xf0) { in nv04_dfp_prepare_sel_clk()
266 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) in nv04_dfp_prepare()
345 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) { in nv04_dfp_mode_set()
459 else if (dcbe->type == DCB_OUTPUT_LVDS) in nv04_dfp_commit()
594 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) { in nv04_dfp_restore()
691 case DCB_OUTPUT_LVDS: in nv04_dfp_create()
H A Ddisp.c267 case DCB_OUTPUT_LVDS: in nv04_display_create()
H A Dtvnv17.c423 dcb->type == DCB_OUTPUT_LVDS) && in nv17_tv_prepare()
H A Dcrtc.c265 (nv_encoder->dcb->type == DCB_OUTPUT_LVDS || in nv_crtc_mode_set_vga()
480 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) in nv_crtc_mode_set_regs()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c432 case DCB_OUTPUT_LVDS: in nouveau_connector_ddc_detect()
507 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS || in nouveau_connector_set_encoder()
668 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nouveau_connector_detect_lvds()
874 if (nv_encoder->dcb->type != DCB_OUTPUT_LVDS) { in nouveau_connector_detect_depth()
938 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && in nouveau_connector_get_modes()
1042 case DCB_OUTPUT_LVDS: in nouveau_connector_mode_valid()
1320 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
H A Dnouveau_backlight.c240 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nouveau_backlight_init()
H A Dnouveau_bios.c1419 case DCB_OUTPUT_LVDS: in parse_dcb20_entry()
1557 entry->type = DCB_OUTPUT_LVDS; in parse_dcb15_entry()
1562 entry->type = DCB_OUTPUT_LVDS; in parse_dcb15_entry()
1583 case DCB_OUTPUT_LVDS: in parse_dcb15_entry()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c434 case DCB_OUTPUT_LVDS: in nouveau_connector_ddc_detect()
511 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS || in nouveau_connector_set_encoder()
675 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nouveau_connector_detect_lvds()
881 if (nv_encoder->dcb->type != DCB_OUTPUT_LVDS) { in nouveau_connector_detect_depth()
961 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && in nouveau_connector_get_modes()
1065 case DCB_OUTPUT_LVDS: in nouveau_connector_mode_valid()
1357 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
H A Dnouveau_bios.c1422 case DCB_OUTPUT_LVDS: in parse_dcb20_entry()
1560 entry->type = DCB_OUTPUT_LVDS; in parse_dcb15_entry()
1565 entry->type = DCB_OUTPUT_LVDS; in parse_dcb15_entry()
1586 case DCB_OUTPUT_LVDS: in parse_dcb15_entry()
H A Dnouveau_backlight.c379 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nouveau_backlight_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h8 DCB_OUTPUT_LVDS = 0x3, enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h8 DCB_OUTPUT_LVDS = 0x3, enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c178 case DCB_OUTPUT_LVDS: in dcb_outp_parse()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c178 case DCB_OUTPUT_LVDS: in dcb_outp_parse()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c68 case DCB_OUTPUT_LVDS : *type = SOR; return LVDS; in nvkm_outp_xlat()
H A Dbase.c300 case DCB_OUTPUT_LVDS: in nvkm_disp_oneinit()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c68 case DCB_OUTPUT_LVDS : *type = SOR; return LVDS; in nvkm_outp_xlat()
H A Duoutp.c200 if (outp->info.type != DCB_OUTPUT_LVDS) in nvkm_uoutp_mthd_acquire_lvds()
H A Dbase.c188 case DCB_OUTPUT_LVDS: in nvkm_disp_oneinit()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1625 case DCB_OUTPUT_LVDS: in nv50_sor_atomic_enable()
1731 case DCB_OUTPUT_LVDS: type = DRM_MODE_ENCODER_LVDS; break; in nv50_sor_create()
2698 case DCB_OUTPUT_LVDS: in nv50_display_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1733 case DCB_OUTPUT_LVDS: in nv50_sor_enable()
1829 case DCB_OUTPUT_LVDS: type = DRM_MODE_ENCODER_LVDS; break; in nv50_sor_create()
2758 case DCB_OUTPUT_LVDS: in nv50_display_create()

Completed in 36 milliseconds