Home
last modified time | relevance | path

Searched refs:yres (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/linux-5.19.10/drivers/video/fbdev/via/
Dvia_utility.c36 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()
[all …]
/linux-5.19.10/drivers/video/fbdev/core/
Dfbcvt.c37 u32 yres; member
80 den = 2 * (cvt->yres/cvt->interlace + 2 * cvt->v_margin); in fb_cvt_hperiod()
83 den = 2 * (cvt->yres/cvt->interlace + cvt->v_margin * 2 in fb_cvt_hperiod()
164 u32 vtotal = cvt->yres/cvt->interlace; in fb_cvt_vtotal()
191 u32 yres = cvt->yres; in fb_cvt_aspect_ratio() local
194 if (xres == (yres * 4)/3 && !((yres * 4) % 3)) in fb_cvt_aspect_ratio()
196 else if (xres == (yres * 16)/9 && !((yres * 16) % 9)) in fb_cvt_aspect_ratio()
198 else if (xres == (yres * 16)/10 && !((yres * 16) % 10)) in fb_cvt_aspect_ratio()
200 else if (xres == (yres * 5)/4 && !((yres * 5) % 4)) in fb_cvt_aspect_ratio()
202 else if (xres == (yres * 15)/9 && !((yres * 15) % 9)) in fb_cvt_aspect_ratio()
[all …]
Dmodedb.c24 ((v).xres == (x) && (v).yres == (y))
549 mode->xres, mode->yres, bpp, mode->refresh); in fb_try_mode()
551 var->yres = mode->yres; in fb_try_mode()
553 var->yres_virtual = mode->yres; in fb_try_mode()
644 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; in fb_find_mode() local
677 yres = simple_strtol(&name[i+1], NULL, in fb_find_mode()
722 DPRINTK("CVT mode %dx%d@%dHz%s%s%s\n", xres, yres, in fb_find_mode()
730 cvt_mode.yres = yres; in fb_find_mode()
750 xres, yres); in fb_find_mode()
774 (res_specified && res_matches(db[i], xres, yres))) && in fb_find_mode()
[all …]
Dfbmon.c381 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument
390 var->yres = yres; in calc_mode_timings()
394 mode->yres = yres; in calc_mode_timings()
512 int xres, yres = 0, refresh, ratio; in get_std_timing() local
523 yres = xres; in get_std_timing()
525 yres = (xres * 10)/16; in get_std_timing()
528 yres = (xres * 3)/4; in get_std_timing()
531 yres = (xres * 4)/5; in get_std_timing()
534 yres = (xres * 9)/16; in get_std_timing()
538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing()
[all …]
/linux-5.19.10/drivers/video/fbdev/i810/
Di810_dvt.c210 inline void round_off_yres(u32 *xres, u32 *yres) in round_off_yres() argument
212 *yres = (*xres * 3) >> 2; in round_off_yres()
215 static int i810fb_find_best_mode(u32 xres, u32 yres, u32 pixclock) in i810fb_find_best_mode() argument
234 struct i810fb_par *par, u32 xres, u32 yres) in i810fb_encode_registers() argument
236 u32 i_best = i810fb_find_best_mode(xres, yres, par->regs.pixclock); in i810fb_encode_registers()
247 u32 total, xres, yres; in i810fb_fill_var_timings() local
251 yres = var->yres; in i810fb_fill_var_timings()
254 mode = i810fb_find_best_mode(xres, yres, pixclock); in i810fb_fill_var_timings()
273 (std_modes[mode].cr32 & 0x0F) << 8) - yres; in i810fb_fill_var_timings()
276 var->upper_margin = total - (yres + var->lower_margin + var->vsync_len); in i810fb_fill_var_timings()
Di810_gtf.c113 void round_off_yres(u32 *xres, u32 *yres) { } in round_off_yres() argument
125 struct i810fb_par *par, u32 xres, u32 yres) in i810fb_encode_registers() argument
160 n = yres + var->lower_margin + var->vsync_len + var->upper_margin - 2; in i810fb_encode_registers()
165 n = yres + var->lower_margin; in i810fb_encode_registers()
169 par->regs.cr11 |= (u8) ((yres + var->lower_margin + in i810fb_encode_registers()
173 n = yres - 1; in i810fb_encode_registers()
178 blank_e = yres + var->lower_margin + var->vsync_len + in i810fb_encode_registers()
182 if (blank_s < yres) in i810fb_encode_registers()
183 blank_s = yres; in i810fb_encode_registers()
198 par->interlace = (1 << 7) | ((u8) (var->yres >> 4)); in i810fb_encode_registers()
/linux-5.19.10/drivers/video/fbdev/omap/
Dlcd_dma.c60 int rotate, data_type, xres, yres; member
75 lcd_dma.yres = fb_yres; in omap_set_lcd_dma_b1()
171 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
181 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
186 fn = lcd_dma.yres; in set_b1_regs()
190 top = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
193 fi = PIXSTEP(0, 0, 1, lcd_dma.yres - 1); in set_b1_regs()
195 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
198 fi = PIXSTEP(1, 0, 0, lcd_dma.yres - 1); in set_b1_regs()
200 en = lcd_dma.yres; in set_b1_regs()
[all …]
/linux-5.19.10/drivers/staging/fbtft/
Dfb_ssd1306.c38 if (par->info->var.yres == 64) in init_display()
54 if (par->info->var.yres == 64) in init_display()
56 else if (par->info->var.yres == 48) in init_display()
88 if (par->info->var.yres == 64) in init_display()
91 else if (par->info->var.yres == 48) in init_display()
145 if (par->info->var.xres == 64 && par->info->var.yres == 48) in set_addr_win()
178 u32 yres = par->info->var.yres; in write_vmem() local
184 for (y = 0; y < yres / 8; y++) { in write_vmem()
195 ret = par->fbtftops.write(par, par->txbuf.buf, xres * yres / 8); in write_vmem()
Dfb_sh1106.c24 !par->info->var.yres || par->info->var.yres > HEIGHT || in init_display()
25 par->info->var.yres % 8) { in init_display()
44 write_reg(par, 0xA8, par->info->var.yres - 1); in init_display()
61 if (par->info->var.yres == 64) in init_display()
64 else if (par->info->var.yres == 48) in init_display()
Dfb_ssd1305.c39 if (par->info->var.yres == 64) in init_display()
55 if (par->info->var.yres == 64) in init_display()
91 if (par->info->var.yres == 64) { in init_display()
160 for (y = 0; y < par->info->var.yres / 8; y++) { in write_vmem()
173 par->info->var.xres * par->info->var.yres / in write_vmem()
/linux-5.19.10/drivers/video/fbdev/
Datafb.c584 int yres = var->yres; in tt_decode_var() local
590 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
594 yres = tt_yres * 2; in tt_decode_var()
597 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
600 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
604 yres = tt_yres; in tt_decode_var()
607 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
609 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
612 yres = tt_yres; in tt_decode_var()
617 yres = st_yres / 2; in tt_decode_var()
[all …]
Dps3fb.c268 long xres, yres, left_margin, right_margin, upper_margin, lower_margin; in ps3fb_cmp_mode() local
272 if (var->xres > vmode->xres || var->yres > vmode->yres || in ps3fb_cmp_mode()
284 yres = max(var->yres, 1U); in ps3fb_cmp_mode()
299 dy = ((long)vmode->upper_margin + (long)vmode->yres + in ps3fb_cmp_mode()
301 (upper_margin + yres + lower_margin); in ps3fb_cmp_mode()
310 return (vmode->xres - xres) * (vmode->yres - yres); in ps3fb_cmp_mode()
345 var->upper_margin, var->yres, var->lower_margin); in ps3fb_find_mode()
352 vmode->yres, vmode->lower_margin, diff); in ps3fb_find_mode()
376 if (!var->yres) in ps3fb_find_mode()
377 var->yres = 1; in ps3fb_find_mode()
[all …]
Dmacmodes.c272 var->yres = mode->yres; in mac_vmode_to_var()
274 var->yres_virtual = mode->yres; in mac_vmode_to_var()
324 if (var->xres > mode->xres || var->yres > mode->yres) in mac_var_to_vmode()
326 if (var->xres_virtual > mode->xres || var->yres_virtual > mode->yres) in mac_var_to_vmode()
342 if (mode->xres != clk_mode->xres || mode->yres != clk_mode->yres) in mac_var_to_vmode()
Dfsl-diu-fb.c59 .yres = 768,
73 .yres = 240,
87 .yres = 480,
101 .yres = 480,
115 .yres = 480,
129 .yres = 480,
143 .yres = 480,
157 .yres = 480,
171 .yres = 600,
185 .yres = 480,
[all …]
Dsa1100fb.c376 if (var->yres < MIN_YRES) in sa1100fb_check_var()
377 var->yres = MIN_YRES; in sa1100fb_check_var()
380 if (var->yres > fbi->inf->yres) in sa1100fb_check_var()
381 var->yres = fbi->inf->yres; in sa1100fb_check_var()
383 var->yres_virtual = max(var->yres_virtual, var->yres); in sa1100fb_check_var()
613 u_int half_screen_size, yres, pcd; in sa1100fb_activate_var() local
622 var->yres, var->vsync_len, in sa1100fb_activate_var()
638 if (var->yres < 1 || var->yres > 1024) in sa1100fb_activate_var()
640 fbi->fb.fix.id, var->yres); in sa1100fb_activate_var()
666 yres = var->yres; in sa1100fb_activate_var()
[all …]
D68328fb.c153 if (!var->yres) in mc68x328fb_check_var()
154 var->yres = 1; in mc68x328fb_check_var()
157 if (var->yres > var->yres_virtual) in mc68x328fb_check_var()
158 var->yres_virtual = var->yres; in mc68x328fb_check_var()
174 if (var->yres_virtual < var->yoffset + var->yres) in mc68x328fb_check_var()
175 var->yres_virtual = var->yoffset + var->yres; in mc68x328fb_check_var()
376 var->yoffset + info->var.yres > info->var.yres_virtual) in mc68x328fb_pan_display()
430 mc68x328fb_default.yres = LYMAX+1; in mc68x328fb_init()
432 mc68x328fb_default.yres_virtual = mc68x328fb_default.yres; in mc68x328fb_init()
Dau1100fb.h77 u32 yres; /* Maximum vertical resolution */ member
276 .yres = 600,
289 .yres = 320,
300 .yres = 240,
327 .yres = 240,
349 .yres = 480,
361 .yres = 480,
Di740fb.c401 u32 yres, lower, vslen, upper, ytotal; in i740fb_decode_var() local
408 var->xres, var->yres, var->xres_virtual, var->xres_virtual); in i740fb_decode_var()
475 yres = var->yres; in i740fb_decode_var()
477 if (yres > vyres) in i740fb_decode_var()
478 vyres = yres; in i740fb_decode_var()
481 if (yres + yoffset > vyres) in i740fb_decode_var()
482 yoffset = vyres - yres; in i740fb_decode_var()
495 if (yoffset + yres > vyres) in i740fb_decode_var()
496 yoffset = vyres - yres; in i740fb_decode_var()
499 ytotal = yres + lower + vslen + upper; in i740fb_decode_var()
[all …]
Dgoldfishfb.c92 if ((var->xres != info->var.yres) || in goldfish_fb_check_var()
93 (var->yres != info->var.xres) || in goldfish_fb_check_var()
94 (var->xres_virtual != info->var.yres) || in goldfish_fb_check_var()
101 (var->yres != info->var.yres) || in goldfish_fb_check_var()
103 (var->yres_virtual > info->var.yres * 2) || in goldfish_fb_check_var()
104 (var->yres_virtual < info->var.yres)) { in goldfish_fb_check_var()
224 fb->fb.var.yres = height; in goldfish_fb_probe()
/linux-5.19.10/drivers/gpu/drm/selftests/
Dtest-drm_cmdline_parser.c159 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res()
227 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_vesa()
251 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_vesa_rblank()
275 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_rblank()
299 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp()
335 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_refresh()
371 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh()
397 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh_interlaced()
423 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh_margins()
449 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh_force_off()
[all …]
/linux-5.19.10/drivers/video/fbdev/aty/
Dradeon_monitor.c10 .yres = 480,
187 rinfo->panel_info.yres = BIOS_IN16(tmp + 27); in radeon_get_panel_info_BIOS()
189 rinfo->panel_info.xres, rinfo->panel_info.yres); in radeon_get_panel_info_BIOS()
217 (BIOS_IN16(tmp0+2) == rinfo->panel_info.yres)) { in radeon_get_panel_info_BIOS()
689 rinfo->panel_info.yres = var->yres; in radeon_var_to_panel_info()
716 var->yres = mode->yres; in radeon_videomode_to_var()
718 var->yres_virtual = mode->yres; in radeon_videomode_to_var()
783 var.yres >= rinfo->panel_info.yres) in radeon_check_modes()
802 var->yres = rinfo->panel_info.yres; in radeon_check_modes()
804 var->yres_virtual = rinfo->panel_info.yres; in radeon_check_modes()
[all …]
/linux-5.19.10/arch/arm/mach-pxa/
Dam200epd.c48 .yres = 842,
62 .yres = 791,
76 .yres = 622,
151 || (info->var.yres != am200_fb_info.modes->yres)) in am200_share_video_mem()
229 fh = am200_fb_info.modes->yres; in am200_presetup_fb()
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb()
/linux-5.19.10/arch/arm/mach-sa1100/
Dlart.c36 .xres = 320, .yres = 240,
52 .xres = 320, .yres = 240,
65 .xres = 640, .yres = 480,
81 .xres = 640, .yres = 480,
/linux-5.19.10/arch/arm/mach-s3c/
Dmach-mini6410.c145 .yres = 272,
157 .yres = 272,
164 .yres = 480,
176 .yres = 480,
324 mini6410_lcd_pdata[features.lcd_index].win[0]->yres); in mini6410_machine_init()
/linux-5.19.10/include/linux/amba/
Dclcd.h157 val = var->yres; in clcdfb_decode()
245 var->yres_virtual = var->yres = (var->yres + 1) & ~1; in clcdfb_check()
255 var->yres > 1024) in clcdfb_check()
273 CHECK(yres) || in clcdfb_check()

12345678910>>...13