Lines Matching refs:yres
50 bool viafb_lcd_get_support_expand_state(u32 xres, u32 yres) in viafb_lcd_get_support_expand_state() argument
56 if ((xres < 640) && (yres < 480)) in viafb_lcd_get_support_expand_state()
61 if ((xres < 800) && (yres < 600)) in viafb_lcd_get_support_expand_state()
66 if ((xres < 1024) && (yres < 768)) in viafb_lcd_get_support_expand_state()
71 if ((xres < 1280) && (yres < 768)) in viafb_lcd_get_support_expand_state()
76 if ((xres < 1280) && (yres < 1024)) in viafb_lcd_get_support_expand_state()
81 if ((xres < 1400) && (yres < 1050)) in viafb_lcd_get_support_expand_state()
86 if ((xres < 1600) && (yres < 1200)) in viafb_lcd_get_support_expand_state()
91 if ((xres < 1366) && (yres < 768)) in viafb_lcd_get_support_expand_state()
96 if ((xres < 1024) && (yres < 600)) in viafb_lcd_get_support_expand_state()
101 if ((xres < 1280) && (yres < 800)) in viafb_lcd_get_support_expand_state()
106 if ((xres < 800) && (yres < 480)) in viafb_lcd_get_support_expand_state()
111 if ((xres < 1360) && (yres < 768)) in viafb_lcd_get_support_expand_state()
116 if ((xres < 480) && (yres < 640)) in viafb_lcd_get_support_expand_state()