Searched refs:monA (Results 1 – 1 of 1) sorted by relevance
281 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local406 monA = monitorA; in NVCommonSetup()407 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()408 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()494 monA = monitorA; in NVCommonSetup()495 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()538 } else if (monA) { in NVCommonSetup()539 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()583 if (monA) { in NVCommonSetup()584 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()[all …]