Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A 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()
719 entry->location != DCB_LOC_ON_CHIP) in nv04_dfp_create()
H A Ddisp.c267 if (dcbent->location == DCB_LOC_ON_CHIP) in nv04_display_create()
H A Dcrtc.c486 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && digital) in nv_crtc_mode_set_regs()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h32 #define DCB_LOC_ON_CHIP 0 macro