Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/
Dpxafb.h198 #define MAX_YRES 1024 macro
Dsh_mobile_lcdcfb.c60 #define MAX_YRES 1080 macro
1010 if (var->xres > MAX_XRES || var->yres > MAX_YRES || in sh_mobile_check_var()
1467 max_size = MAX_XRES * MAX_YRES; in sh_mobile_lcdc_probe()
Dpxafb.c438 if (var->xres > MAX_XRES || var->yres > MAX_YRES) in pxafb_adjust_timing()
/linux-2.6.39/drivers/video/mbx/
Dmbxfb.c50 #define MAX_YRES 2048 macro
195 if (var->yres > MAX_YRES) in mbxfb_check_var()