Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Duvesafb.c47 static bool nocrtc; /* ignore CRTC settings */ variable
697 par->nocrtc = 1; in uvesafb_vbe_getmonspecs()
717 par->nocrtc = 0; in uvesafb_vbe_getmonspecs()
810 par->nocrtc = nocrtc; in uvesafb_vbe_init()
928 if (par->vbe_ib.vbe_version < 0x0300 || par->nocrtc) in uvesafb_vbe_init_mode()
1252 if (par->vbe_ib.vbe_version >= 0x0300 && !par->nocrtc && in uvesafb_set_par()
1655 return snprintf(buf, PAGE_SIZE, "%d\n", par->nocrtc); in uvesafb_show_nocrtc()
1666 par->nocrtc = 0; in uvesafb_store_nocrtc()
1668 par->nocrtc = 1; in uvesafb_store_nocrtc()
1673 static DEVICE_ATTR(nocrtc, S_IRUGO | S_IWUSR, uvesafb_show_nocrtc,
[all …]
/linux-4.4.14/include/video/
Duvesafb.h121 u8 nocrtc; member
/linux-4.4.14/Documentation/fb/
Duvesafb.txt112 set the 'nocrtc' option to ensure that the video mode is properly
115 nocrtc Do not use CRTC timings while setting the video mode. This option
155 - nocrtc