Searched refs:DCB_OUTPUT_TV (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dac.c | 248 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()
|
H A D | disp.c | 266 case DCB_OUTPUT_TV: in nv04_display_create()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | dcb.h | 6 DCB_OUTPUT_TV = 0x1, enumerator
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 1461 case DCB_OUTPUT_TV: in parse_dcb20_entry() 1553 entry->type = DCB_OUTPUT_TV; in parse_dcb15_entry() 1581 case DCB_OUTPUT_TV: in parse_dcb15_entry() 1773 fabricate_dcb_output(dcb, DCB_OUTPUT_TV, in fabricate_dcb_encoder_table() 1811 if (entry->type == DCB_OUTPUT_TV && in parse_dcb_entry()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.c | 68 case DCB_OUTPUT_TV : *type = DAC; return TV; in nvkm_outp_xlat()
|
H A D | nv50.c | 1666 case DCB_OUTPUT_TV: in nv50_disp_oneinit()
|