Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Duvesafb.c57 static u16 maxhf; /* maximum horizontal frequency */ variable
699 if (maxhf) in uvesafb_vbe_getmonspecs()
700 info->monspecs.hfmax = maxhf * 1000; in uvesafb_vbe_getmonspecs()
706 if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) { in uvesafb_vbe_getmonspecs()
1847 maxhf = simple_strtoul(this_opt + 6, NULL, 0); in uvesafb_setup()
1988 module_param(maxhf, ushort, 0);
1989 MODULE_PARM_DESC(maxhf,
/linux-5.19.10/Documentation/fb/
Duvesafb.rst137 the correct values for maxhf, maxvf and maxclk for your hardware.
140 maxhf:n Maximum horizontal frequency (in kHz).