Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_setup.c305 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()
[all …]