Searched refs:DCB_OUTPUT_TV (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h6 DCB_OUTPUT_TV = 0x1, enumerator in enum:dcb_output_type
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c248 if (dcb->type == DCB_OUTPUT_TV) {
275 nvkm_gpio_set(gpio, 0, DCB_GPIO_TVDAC1, 0xff, dcb->type == DCB_OUTPUT_TV);
276 nvkm_gpio_set(gpio, 0, DCB_GPIO_TVDAC0, 0xff, dcb->type == DCB_OUTPUT_TV);
292 if (dcb->type == DCB_OUTPUT_TV)
H A Ddisp.c271 case DCB_OUTPUT_TV:
H A Dcrtc.c482 if (nv_encoder->dcb->type == DCB_OUTPUT_TV)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c659 nv_encoder = find_encoder(connector, DCB_OUTPUT_TV);
800 if (nv_encoder && nv_encoder->dcb->type == DCB_OUTPUT_TV)
1015 if (nv_encoder->dcb->type == DCB_OUTPUT_TV)
1100 case DCB_OUTPUT_TV:
1373 if (encoders & (1 << DCB_OUTPUT_TV)) {
H A Dnouveau_bios.c1466 case DCB_OUTPUT_TV:
1558 entry->type = DCB_OUTPUT_TV;
1586 case DCB_OUTPUT_TV:
1778 fabricate_dcb_output(dcb, DCB_OUTPUT_TV,
1816 if (entry->type == DCB_OUTPUT_TV &&
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c68 case DCB_OUTPUT_TV : *type = DAC; return TV;
H A Dnv50.c1666 case DCB_OUTPUT_TV:

Completed in 136 milliseconds