Home
last modified time | relevance | path

Searched refs:nocrtc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Duvesafb.c51 static bool nocrtc; /* ignore CRTC settings */ variable
684 * mark it as incompatible with the GTF and set nocrtc so in uvesafb_vbe_getmonspecs()
689 par->nocrtc = 1; in uvesafb_vbe_getmonspecs()
709 par->nocrtc = 0; in uvesafb_vbe_getmonspecs()
799 par->nocrtc = nocrtc; in uvesafb_vbe_init()
915 if (par->vbe_ib.vbe_version < 0x0300 || par->nocrtc) in uvesafb_vbe_init_mode()
1240 if (par->vbe_ib.vbe_version >= 0x0300 && !par->nocrtc && in uvesafb_set_par()
1640 return snprintf(buf, PAGE_SIZE, "%d\n", par->nocrtc); in uvesafb_show_nocrtc()
1651 par->nocrtc in uvesafb_store_nocrtc()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Duvesafb.c51 static bool nocrtc; /* ignore CRTC settings */ variable
686 * mark it as incompatible with the GTF and set nocrtc so in uvesafb_vbe_getmonspecs()
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()
1639 return sysfs_emit(buf, "%d\n", par->nocrtc); in uvesafb_show_nocrtc()
1650 par->nocrtc in uvesafb_store_nocrtc()
[all...]
/kernel/linux/linux-5.10/include/video/
H A Duvesafb.h122 u8 nocrtc; member
/kernel/linux/linux-6.6/include/video/
H A Duvesafb.h120 u8 nocrtc; member

Completed in 6 milliseconds