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

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h8 DCB_OUTPUT_LVDS = 0x3, enumerator in enum:dcb_output_type
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c84 if (dcbent->type == DCB_OUTPUT_LVDS)
237 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && nv04_display(dev)->saved_reg.sel_clk & 0xf0) {
266 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS)
345 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) {
459 else if (dcbe->type == DCB_OUTPUT_LVDS)
594 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) {
691 case DCB_OUTPUT_LVDS:
H A Ddisp.c267 case DCB_OUTPUT_LVDS:
H A Dcrtc.c265 (nv_encoder->dcb->type == DCB_OUTPUT_LVDS ||
480 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS)
H A Dtvnv17.c423 dcb->type == DCB_OUTPUT_LVDS) &&
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c453 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS) {
525 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS ||
693 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS);
899 if (nv_encoder->dcb->type != DCB_OUTPUT_LVDS) {
979 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS &&
1083 case DCB_OUTPUT_LVDS:
1370 if (encoders & (1 << DCB_OUTPUT_LVDS)) {
H A Dnouveau_backlight.c307 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS);
H A Dnouveau_bios.c1425 case DCB_OUTPUT_LVDS:
1563 entry->type = DCB_OUTPUT_LVDS;
1568 entry->type = DCB_OUTPUT_LVDS;
1589 case DCB_OUTPUT_LVDS:
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c178 case DCB_OUTPUT_LVDS:
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c70 case DCB_OUTPUT_LVDS : *type = SOR; return LVDS;
H A Duoutp.c283 if (outp->info.type != DCB_OUTPUT_LVDS)
625 case DCB_OUTPUT_LVDS:
H A Dnv50.c1660 case DCB_OUTPUT_LVDS:
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1767 nv_encoder->dcb->type != DCB_OUTPUT_LVDS &&
1796 case DCB_OUTPUT_LVDS:
1894 case DCB_OUTPUT_LVDS: type = DRM_MODE_ENCODER_LVDS; break;
2708 case DCB_OUTPUT_LVDS:
2950 outp->dcb->type = DCB_OUTPUT_LVDS;

Completed in 189 milliseconds