Home
last modified time | relevance | path

Searched refs:hscan (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbmon.c720 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local
744 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits()
745 hscan = (hscan + 500) / 1000 * 1000; in fb_get_monitor_limits()
746 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()
754 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
755 specs->hfmax = hscan; in fb_get_monitor_limits()
757 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()
758 specs->hfmin = hscan; in fb_get_monitor_limits()
1185 * 2 - hscan
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbmon.c721 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local
745 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits()
746 hscan = (hscan + 500) / 1000 * 1000; in fb_get_monitor_limits()
747 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()
755 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
756 specs->hfmax = hscan; in fb_get_monitor_limits()
758 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()
759 specs->hfmin = hscan; in fb_get_monitor_limits()
1185 * 2 - hscan
[all...]

Completed in 4 milliseconds