Searched refs:MIN_YRES (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dsa1100fb.h100 #define MIN_YRES 64 macro
H A Dpxafb.h196 #define MIN_YRES 64 macro
H A Dimxfb.c233 #define MIN_YRES 64 macro
381 if (var->yres < MIN_YRES)
382 var->yres = MIN_YRES;
H A Dsa1100fb.c375 if (var->yres < MIN_YRES)
376 var->yres = MIN_YRES;
H A Dpxafb.c418 var->yres = max_t(int, var->yres, MIN_YRES);

Completed in 138 milliseconds