Searched refs:DCB_OUTPUT_TV (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/nouveau/dispnv04/ |
D | dac.c | 243 if (dcb->type == DCB_OUTPUT_TV) { in nv17_dac_sample_load() 270 gpio->set(gpio, 0, DCB_GPIO_TVDAC1, 0xff, dcb->type == DCB_OUTPUT_TV); in nv17_dac_sample_load() 271 gpio->set(gpio, 0, DCB_GPIO_TVDAC0, 0xff, dcb->type == DCB_OUTPUT_TV); in nv17_dac_sample_load() 287 if (dcb->type == DCB_OUTPUT_TV) in nv17_dac_sample_load()
|
D | disp.c | 104 case DCB_OUTPUT_TV: in nv04_display_create()
|
D | crtc.c | 482 if (nv_encoder->dcb->type == DCB_OUTPUT_TV) in nv_crtc_mode_set_regs()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 305 nv_encoder = find_encoder(connector, DCB_OUTPUT_TV); in nouveau_connector_detect() 558 if (nv_encoder && nv_encoder->dcb->type == DCB_OUTPUT_TV) in nouveau_connector_set_property() 773 if (nv_encoder->dcb->type == DCB_OUTPUT_TV) in nouveau_connector_get_modes() 832 case DCB_OUTPUT_TV: in nouveau_connector_mode_valid() 1053 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
|
D | nouveau_bios.c | 1461 case DCB_OUTPUT_TV: in parse_dcb20_entry() 1540 entry->type = DCB_OUTPUT_TV; in parse_dcb15_entry() 1568 case DCB_OUTPUT_TV: in parse_dcb15_entry() 1760 fabricate_dcb_output(dcb, DCB_OUTPUT_TV, in fabricate_dcb_encoder_table() 1796 if (entry->type == DCB_OUTPUT_TV && in parse_dcb_entry()
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | dcb.h | 8 DCB_OUTPUT_TV = 0x1, enumerator
|