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

/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnv_setup.c304 struct fb_monspecs *monA = NULL, *monB = NULL; NVCommonSetup() local
525 monB = monitorB; NVCommonSetup()
526 fb_edid_to_monspecs(edidB, monB); NVCommonSetup()
563 } else if (monB) { NVCommonSetup()
564 FlatPanel = (monB->input & FB_DISP_DDI) ? 1 : 0; NVCommonSetup()
611 if (monB) { NVCommonSetup()
612 fb_destroy_modedb(monB->modedb); NVCommonSetup()
613 monB = NULL; NVCommonSetup()
621 if (monB) { NVCommonSetup()
622 if (((monB->input & FB_DISP_DDI) && NVCommonSetup()
624 ((!(monB->input & FB_DISP_DDI)) && NVCommonSetup()
626 fb_destroy_modedb(monB->modedb); NVCommonSetup()
627 monB = NULL; NVCommonSetup()
629 monA = monB; NVCommonSetup()

Completed in 82 milliseconds