Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c158 if (dcb->type != DCB_OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP) in get_tmds_slave()
210 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP) in nv04_dfp_prepare_sel_clk()
262 if (nv_encoder->dcb->location == DCB_LOC_ON_CHIP) in nv04_dfp_prepare()
342 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && in nv04_dfp_mode_set()
718 entry->location != DCB_LOC_ON_CHIP) in nv04_dfp_create()
Ddisp.c269 if (dcbent->location == DCB_LOC_ON_CHIP) in nv04_display_create()
Dcrtc.c486 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && digital) in nv_crtc_mode_set_regs()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_bios.h32 #define DCB_LOC_ON_CHIP 0 macro
Dnouveau_bios.c647 dcbent->location != DCB_LOC_ON_CHIP) in run_tmds_table()
1393 entry->location = !DCB_LOC_ON_CHIP; /* ie OFF CHIP */ in fabricate_dcb_output()
1814 entry->location == DCB_LOC_ON_CHIP) in parse_dcb_entry()
Dnouveau_connector.c1040 if (dcb->location != DCB_LOC_ON_CHIP || in get_tmds_link_bandwidth()
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.c438 if (dcbe->location != DCB_LOC_ON_CHIP) in nv50_crc_source_type()
Ddisp.c2797 if (dcbe->location == DCB_LOC_ON_CHIP) { in nv50_display_create()