Searched refs:monA (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
429 monA = monitorA; NVCommonSetup()
430 fb_edid_to_monspecs(edidA, monA); NVCommonSetup()
431 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; NVCommonSetup()
517 monA = monitorA; NVCommonSetup()
518 fb_edid_to_monspecs(edidA, monA); NVCommonSetup()
561 } else if (monA) { NVCommonSetup()
562 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; NVCommonSetup()
606 if (monA) { NVCommonSetup()
607 if (((monA->input & FB_DISP_DDI) && NVCommonSetup()
609 ((!(monA->input & FB_DISP_DDI)) && NVCommonSetup()
616 fb_destroy_modedb(monA->modedb); NVCommonSetup()
617 monA = NULL; NVCommonSetup()
629 monA = monB; NVCommonSetup()
654 if (monA) NVCommonSetup()
655 info->monspecs = *monA; NVCommonSetup()

Completed in 36 milliseconds