• Home
  • Raw
  • Download

Lines Matching refs:yres

190 …memset_io(remapped_fbuf + (W100_FB_BASE-MEM_WINDOW_BASE), 0, (par->xres * par->yres * BITS_PER_PIX…  in w100fb_clear_screen()
304 writel((par->yres << 16) | par->xres, remapped_regs + mmSC_BOTTOM_RIGHT); in w100_init_graphic_engine()
442 if (modelist[i].xres >= *x && modelist[i].yres >= *y && in w100fb_get_mode()
443 modelist[i].xres < best_x && modelist[i].yres < best_y) { in w100fb_get_mode()
445 best_y = modelist[i].yres; in w100fb_get_mode()
447 } else if(modelist[i].xres >= *y && modelist[i].yres >= *x && in w100fb_get_mode()
448 modelist[i].xres < best_y && modelist[i].yres < best_x) { in w100fb_get_mode()
449 best_x = modelist[i].yres; in w100fb_get_mode()
473 if(!w100fb_get_mode(par, &var->xres, &var->yres, 1)) in w100fb_check_var()
476 if (par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (par->mach->mem->size+1))) in w100fb_check_var()
479 if (!par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (MEM_INT_SIZE+1))) in w100fb_check_var()
483 var->yres_virtual = max(var->yres_virtual, var->yres); in w100fb_check_var()
518 if (par->xres != info->var.xres || par->yres != info->var.yres) { in w100fb_set_par()
520 par->yres = info->var.yres; in w100fb_set_par()
521 par->mode = w100fb_get_mode(par, &par->xres, &par->yres, 0); in w100fb_set_par()
529 if ((par->xres*par->yres*BITS_PER_PIXEL/8) > (MEM_INT_SIZE+1)) { in w100fb_set_par()
724 info->var.xres = par->mode->yres; in w100fb_probe()
725 info->var.yres = par->mode->xres; in w100fb_probe()
729 info->var.yres = par->mode->yres; in w100fb_probe()
738 info->var.yres_virtual = info->var.yres; in w100fb_probe()
1318 active_v_disp.f.active_v_end=mode->upper_margin + mode->yres; in w100_init_lcd()
1328 graphic_v_disp.f.graphic_v_end=mode->upper_margin + mode->yres; in w100_init_lcd()
1333 crtc_total.f.crtc_v_total=mode->upper_margin + mode->yres + mode->lower_margin; in w100_init_lcd()
1427 offset=(par->xres * par->yres) - 1; in w100_set_dispregs()
1436 offset=par->xres * (par->yres - 1); in w100_set_dispregs()