Searched refs:monA (Results 1 – 1 of 1) sorted by relevance
304 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local429 monA = monitorA; in NVCommonSetup()430 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()431 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()517 monA = monitorA; in NVCommonSetup()518 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()561 } else if (monA) { in NVCommonSetup()562 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()606 if (monA) { in NVCommonSetup()607 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()[all …]