1FB_FIND_NEAREST_MODE(9)      Frame Buffer Library      FB_FIND_NEAREST_MODE(9)
2
3
4

NAME

6       fb_find_nearest_mode - find closest videomode
7

SYNOPSIS

9       const struct fb_videomode *
10                                                        fb_find_nearest_mode(const struct fb_videomode * mode,
11                                                        struct list_head * head);
12

ARGUMENTS

14       mode
15           pointer to struct fb_videomode
16
17       head
18           pointer to modelist
19

DESCRIPTION

21       Finds best matching videomode, smaller or greater in dimension. If more
22       than 1 videomode is found, will return the videomode with the closest
23       refresh rate.
24
26Kernel Hackers Manual 3.10         June 2019           FB_FIND_NEAREST_MODE(9)
Impressum