• Home
  • Raw
  • Download

Lines Matching refs:yres

199 	unsigned int yres;  member
548 ch->display.mode.xres, ch->display.mode.yres, in sh_mobile_lcdc_must_reconfigure()
549 new_mode->xres, new_mode->yres); in sh_mobile_lcdc_must_reconfigure()
556 ch->display.mode.yres, new_mode->yres); in sh_mobile_lcdc_must_reconfigure()
846 tmp = mode->yres + mode->vsync_len + mode->upper_margin in sh_mobile_lcdc_geometry()
848 tmp |= min(mode->yres, ch->yres) << 16; /* VDLN */ in sh_mobile_lcdc_geometry()
851 tmp = mode->yres + mode->lower_margin; /* VSYNP */ in sh_mobile_lcdc_geometry()
939 (ovl->yres << LDBBSSZR_BVSS_SHIFT) | in sh_mobile_lcdc_overlay_setup()
1149 ch->pitch, ch->yres, pixelformat, in sh_mobile_lcdc_start()
1248 if (var->xres > MAX_XRES || var->yres > MAX_YRES) in __sh_mobile_lcdc_check_var()
1256 if (var->yres_virtual < var->yres) in __sh_mobile_lcdc_check_var()
1257 var->yres_virtual = var->yres; in __sh_mobile_lcdc_check_var()
1581 ovl->yres = info->var.yres; in sh_mobile_lcdc_overlay_set_par()
1670 info->var.yres, info->var.bits_per_pixel); in sh_mobile_lcdc_overlay_fb_register()
1742 var->yres = ovl->yres; in sh_mobile_lcdc_overlay_fb_init()
1992 if (var->xres > mode->xres || var->yres > mode->yres) in sh_mobile_lcdc_check_var()
1995 dist = var->xres * var->yres + mode->xres * mode->yres in sh_mobile_lcdc_check_var()
1997 * min(var->yres, mode->yres); in sh_mobile_lcdc_check_var()
2001 best_yres = mode->yres; in sh_mobile_lcdc_check_var()
2012 var->yres = best_yres; in sh_mobile_lcdc_check_var()
2039 ch->yres = info->var.yres; in sh_mobile_lcdc_set_par()
2081 .height = ch->yres, in sh_mobile_lcdc_blank()
2164 "mainlcd" : "sublcd", info->var.xres, info->var.yres, in sh_mobile_lcdc_channel_fb_register()
2424 .yres = 720,
2570 ovl->yres = ovl->cfg->max_yres; in sh_mobile_lcdc_overlay_init()
2571 ovl->yres_virtual = ovl->yres * 2; in sh_mobile_lcdc_overlay_init()
2624 unsigned int size = mode->yres * mode->xres; in sh_mobile_lcdc_channel_init()
2628 cfg->fourcc == V4L2_PIX_FMT_NV21) && (mode->yres & 0x1)) { in sh_mobile_lcdc_channel_init()
2644 max_mode->xres, max_mode->yres); in sh_mobile_lcdc_channel_init()
2660 ch->yres = mode->yres; in sh_mobile_lcdc_channel_init()
2661 ch->yres_virtual = mode->yres * 2; in sh_mobile_lcdc_channel_init()