Home
last modified time | relevance | path

Searched refs:DCB_LOC_ON_CHIP (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c158 if (dcb->type != DCB_OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP) in get_tmds_slave()
209 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP) in nv04_dfp_prepare_sel_clk()
261 if (nv_encoder->dcb->location == DCB_LOC_ON_CHIP) in nv04_dfp_prepare()
341 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && in nv04_dfp_mode_set()
716 entry->location != DCB_LOC_ON_CHIP) in nv04_dfp_create()
Ddisp.c83 if (dcbent->location == DCB_LOC_ON_CHIP) in nv04_display_create()
Dcrtc.c481 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && digital) in nv_crtc_mode_set_regs()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bios.h32 #define DCB_LOC_ON_CHIP 0 macro
Dnouveau_bios.c646 dcbent->location != DCB_LOC_ON_CHIP) in run_tmds_table()
1392 entry->location = !DCB_LOC_ON_CHIP; /* ie OFF CHIP */ in fabricate_dcb_output()
1811 entry->location == DCB_LOC_ON_CHIP) in parse_dcb_entry()
Dnouveau_connector.c970 if (dcb->location != DCB_LOC_ON_CHIP || in get_tmds_link_bandwidth()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2268 if (dcbe->location == DCB_LOC_ON_CHIP) { in nv50_display_create()