Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h32 #define DCB_LOC_ON_CHIP 0 macro
H A Dnouveau_bios.c645 dcbent->location != DCB_LOC_ON_CHIP) in run_tmds_table()
1391 entry->location = !DCB_LOC_ON_CHIP; /* ie OFF CHIP */ in fabricate_dcb_output()
1812 entry->location == DCB_LOC_ON_CHIP) in parse_dcb_entry()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c267 if (dcbent->location == DCB_LOC_ON_CHIP) in nv04_display_create()