Lines Matching refs:monA
305 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local
430 monA = monitorA; in NVCommonSetup()
431 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
432 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
518 monA = monitorA; in NVCommonSetup()
519 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
562 } else if (monA) { in NVCommonSetup()
563 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
607 if (monA) { in NVCommonSetup()
608 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()
610 ((!(monA->input & FB_DISP_DDI)) && in NVCommonSetup()
617 fb_destroy_modedb(monA->modedb); in NVCommonSetup()
618 monA = NULL; in NVCommonSetup()
630 monA = monB; in NVCommonSetup()
655 if (monA) in NVCommonSetup()
656 info->monspecs = *monA; in NVCommonSetup()