Lines Matching refs:yres
36 bool viafb_lcd_get_support_expand_state(u32 xres, u32 yres) in viafb_lcd_get_support_expand_state() argument
42 if ((xres < 640) && (yres < 480)) in viafb_lcd_get_support_expand_state()
47 if ((xres < 800) && (yres < 600)) in viafb_lcd_get_support_expand_state()
52 if ((xres < 1024) && (yres < 768)) in viafb_lcd_get_support_expand_state()
57 if ((xres < 1280) && (yres < 768)) in viafb_lcd_get_support_expand_state()
62 if ((xres < 1280) && (yres < 1024)) in viafb_lcd_get_support_expand_state()
67 if ((xres < 1400) && (yres < 1050)) in viafb_lcd_get_support_expand_state()
72 if ((xres < 1600) && (yres < 1200)) in viafb_lcd_get_support_expand_state()
77 if ((xres < 1366) && (yres < 768)) in viafb_lcd_get_support_expand_state()
82 if ((xres < 1024) && (yres < 600)) in viafb_lcd_get_support_expand_state()
87 if ((xres < 1280) && (yres < 800)) in viafb_lcd_get_support_expand_state()
92 if ((xres < 800) && (yres < 480)) in viafb_lcd_get_support_expand_state()
97 if ((xres < 1360) && (yres < 768)) in viafb_lcd_get_support_expand_state()
102 if ((xres < 480) && (yres < 640)) in viafb_lcd_get_support_expand_state()