Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_setup.c305 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local
526 monB = monitorB; in NVCommonSetup()
527 fb_edid_to_monspecs(edidB, monB); in NVCommonSetup()
564 } else if (monB) { in NVCommonSetup()
565 FlatPanel = (monB->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
612 if (monB) { in NVCommonSetup()
613 fb_destroy_modedb(monB->modedb); in NVCommonSetup()
614 monB = NULL; in NVCommonSetup()
622 if (monB) { in NVCommonSetup()
623 if (((monB->input & FB_DISP_DDI) && in NVCommonSetup()
[all …]