Home
last modified time | relevance | path

Searched refs:round_off_yres (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.h19 extern void round_off_yres (u32 *xres, u32 *yres);
H A Di810_dvt.c211 inline void round_off_yres(u32 *xres, u32 *yres) in round_off_yres() function
H A Di810_gtf.c113 void round_off_yres(u32 *xres, u32 *yres) { } in round_off_yres() function
H A Di810_main.c903 round_off_yres(&xres, &yres); in i810_round_off()