Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Duvesafb.c51 static bool nocrtc; /* ignore CRTC settings */ variable
691 par->nocrtc = 1; in uvesafb_vbe_getmonspecs()
711 par->nocrtc = 0; in uvesafb_vbe_getmonspecs()
801 par->nocrtc = nocrtc; in uvesafb_vbe_init()
917 if (par->vbe_ib.vbe_version < 0x0300 || par->nocrtc) in uvesafb_vbe_init_mode()
1242 if (par->vbe_ib.vbe_version >= 0x0300 && !par->nocrtc && in uvesafb_set_par()
1642 return snprintf(buf, PAGE_SIZE, "%d\n", par->nocrtc); in uvesafb_show_nocrtc()
1653 par->nocrtc = 0; in uvesafb_store_nocrtc()
1655 par->nocrtc = 1; in uvesafb_store_nocrtc()
1660 static DEVICE_ATTR(nocrtc, S_IRUGO | S_IWUSR, uvesafb_show_nocrtc,
[all …]
/linux-5.19.10/include/video/
Duvesafb.h122 u8 nocrtc; member
/linux-5.19.10/Documentation/fb/
Duvesafb.rst115 set the 'nocrtc' option to ensure that the video mode is properly
118 nocrtc Do not use CRTC timings while setting the video mode. This option
163 nocrtc