Home
last modified time | relevance | path

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

123456789

/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))
554 mode->xres, mode->yres, bpp, mode->refresh); in fb_try_mode()
556 var->yres = mode->yres; in fb_try_mode()
558 var->yres_virtual = mode->yres; in fb_try_mode()
649 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; in fb_find_mode() local
682 yres = simple_strtol(&name[i+1], NULL, in fb_find_mode()
727 DPRINTK("CVT mode %dx%d@%dHz%s%s%s\n", xres, yres, in fb_find_mode()
735 cvt_mode.yres = yres; in fb_find_mode()
755 xres, yres); in fb_find_mode()
779 (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 …]
/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 …]
/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()
/drivers/video/fbdev/
Datafb.c586 int yres = var->yres; in tt_decode_var() local
592 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
596 yres = tt_yres * 2; in tt_decode_var()
599 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
602 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
606 yres = tt_yres; in tt_decode_var()
609 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
611 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
614 yres = tt_yres; in tt_decode_var()
619 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 …]
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 …]
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,
Dneofb.c149 static int neoFindMode(int xres, int yres, int depth) in neoFindMode() argument
184 if (yres <= mode[i].y_res) in neoFindMode()
259 int vsync_start = var->yres + var->lower_margin; in vgaHWInit()
292 | (((var->yres - 1) & 0x100) >> 7) in vgaHWInit()
294 | (((var->yres - 1) & 0x100) >> 5) in vgaHWInit()
296 | (((var->yres - 1) & 0x200) >> 3) in vgaHWInit()
299 par->CRTC[9] = (((var->yres - 1) & 0x200) >> 4) | 0x40; in vgaHWInit()
312 par->CRTC[18] = (var->yres - 1) & 0xFF; in vgaHWInit()
315 par->CRTC[21] = (var->yres - 1) & 0xFF; in vgaHWInit()
594 (var->yres > par->NeoPanelHeight))) { in neofb_check_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()
Dw100fb.c195 …memset_io(remapped_fbuf + (W100_FB_BASE-MEM_WINDOW_BASE), 0, (par->xres * par->yres * BITS_PER_PIX… in w100fb_clear_screen()
309 writel((par->yres << 16) | par->xres, remapped_regs + mmSC_BOTTOM_RIGHT); in w100_init_graphic_engine()
447 if (modelist[i].xres >= *x && modelist[i].yres >= *y && in w100fb_get_mode()
448 modelist[i].xres < best_x && modelist[i].yres < best_y) { in w100fb_get_mode()
450 best_y = modelist[i].yres; in w100fb_get_mode()
452 } else if(modelist[i].xres >= *y && modelist[i].yres >= *x && in w100fb_get_mode()
453 modelist[i].xres < best_y && modelist[i].yres < best_x) { in w100fb_get_mode()
454 best_x = modelist[i].yres; in w100fb_get_mode()
478 if(!w100fb_get_mode(par, &var->xres, &var->yres, 1)) in w100fb_check_var()
481 if (par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (par->mach->mem->size+1))) in w100fb_check_var()
[all …]
Dpvr2fb.c160 .yres = 480,
384 par->vsync_total = var->upper_margin + var->yres + var->lower_margin + in pvr2fb_set_par()
417 par->borderstop_v = par->diwstart_v + var->yres + in pvr2fb_set_par()
444 if (var->yres < 240) in pvr2fb_check_var()
445 var->yres = 240; in pvr2fb_check_var()
448 if (var->yres_virtual < var->yres) in pvr2fb_check_var()
449 var->yres_virtual = var->yres; in pvr2fb_check_var()
465 var->yoffset > var->yres_virtual - var->yres) in pvr2fb_check_var()
476 if (var->yres < 480 && video_output == VO_VGA) in pvr2fb_check_var()
497 (par->diwstart_v + var->yres); in pvr2fb_check_var()
[all …]
Dacornfb.c132 vidc.v_display_end = vidc.v_display_start + var->yres; in acornfb_set_timing()
136 vcr = var->vsync_len + var->upper_margin + var->yres + in acornfb_set_timing()
224 var->yres, var->bits_per_pixel); in acornfb_set_timing()
342 min_size = var->xres * var->yres * var->bits_per_pixel / 8; in acornfb_adjust_timing()
379 if (var->yres > var->yres_virtual) in acornfb_adjust_timing()
380 var->yres = var->yres_virtual; in acornfb_adjust_timing()
386 if (var->yoffset + var->yres > var->yres_virtual) in acornfb_adjust_timing()
387 var->yoffset = var->yres_virtual - var->yres; in acornfb_adjust_timing()
428 (var->yres + var->upper_margin + var->lower_margin + var->vsync_len); in acornfb_validate_timing()
596 y_bottom += info->var.yres; in acornfb_pan_display()
[all …]
/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()
/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 …]
/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 …]
/drivers/video/fbdev/omap/
Domapfb_main.c191 var->xres, var->yres, plane->color_mode); in ctrl_change_mode()
203 var->xres, var->yres, in ctrl_change_mode()
490 var->yres = panel->y_res; in set_fb_var()
501 var->yres = panel->x_res; in set_fb_var()
510 if (var->yres < yres_min) in set_fb_var()
511 var->yres = yres_min; in set_fb_var()
514 if (var->yres > yres_max) in set_fb_var()
515 var->yres = yres_max; in set_fb_var()
519 if (var->yres_virtual < var->yres) in set_fb_var()
520 var->yres_virtual = var->yres; in set_fb_var()
[all …]

123456789