Searched refs:monA (Results 1 – 1 of 1) sorted by relevance
278 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local403 monA = monitorA; in NVCommonSetup()404 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()405 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()491 monA = monitorA; in NVCommonSetup()492 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()535 } else if (monA) { in NVCommonSetup()536 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()580 if (monA) { in NVCommonSetup()581 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()[all …]