Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c248 if (dcb->type == DCB_OUTPUT_TV) { in nv17_dac_sample_load()
275 nvkm_gpio_set(gpio, 0, DCB_GPIO_TVDAC1, 0xff, dcb->type == DCB_OUTPUT_TV); in nv17_dac_sample_load()
276 nvkm_gpio_set(gpio, 0, DCB_GPIO_TVDAC0, 0xff, dcb->type == DCB_OUTPUT_TV); in nv17_dac_sample_load()
292 if (dcb->type == DCB_OUTPUT_TV) in nv17_dac_sample_load()
Ddisp.c268 case DCB_OUTPUT_TV: in nv04_display_create()
Dcrtc.c482 if (nv_encoder->dcb->type == DCB_OUTPUT_TV) in nv_crtc_mode_set_regs()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddcb.h6 DCB_OUTPUT_TV = 0x1, enumerator
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_connector.c636 nv_encoder = find_encoder(connector, DCB_OUTPUT_TV); in nouveau_connector_detect()
776 if (nv_encoder && nv_encoder->dcb->type == DCB_OUTPUT_TV) in nouveau_connector_set_property()
991 if (nv_encoder->dcb->type == DCB_OUTPUT_TV) in nouveau_connector_get_modes()
1076 case DCB_OUTPUT_TV: in nouveau_connector_mode_valid()
1340 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
Dnouveau_bios.c1463 case DCB_OUTPUT_TV: in parse_dcb20_entry()
1555 entry->type = DCB_OUTPUT_TV; in parse_dcb15_entry()
1583 case DCB_OUTPUT_TV: in parse_dcb15_entry()
1775 fabricate_dcb_output(dcb, DCB_OUTPUT_TV, in fabricate_dcb_encoder_table()
1811 if (entry->type == DCB_OUTPUT_TV && in parse_dcb_entry()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c66 case DCB_OUTPUT_TV : *type = DAC; return TV; in nvkm_outp_xlat()
Dbase.c298 case DCB_OUTPUT_TV: in nvkm_disp_oneinit()