Home
last modified time | relevance | path

Searched refs:monA (Results 1 – 1 of 1) sorted by relevance

/drivers/video/fbdev/nvidia/
Dnv_setup.c278 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local
403 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 …]