Lines Matching refs:yres
399 image->dy = info->var.yres - image->height - image->dy; in fb_rotate_logo()
417 image->dy = info->var.yres - image->height - tmp; in fb_rotate_logo()
442 x < num && image->dy + image->height <= info->var.yres; in fb_do_show_logo()
544 unsigned int yres) in fb_prepare_extra_logos() argument
558 if (height > yres) { in fb_prepare_extra_logos()
582 unsigned int yres) in fb_prepare_extra_logos() argument
598 unsigned int yres; in fb_prepare_logo() local
627 yres = info->var.yres; in fb_prepare_logo()
629 yres = info->var.xres; in fb_prepare_logo()
631 if (fb_logo.logo->height > yres) { in fb_prepare_logo()
660 return fb_prepare_extra_logos(info, fb_logo.logo->height, yres); in fb_prepare_logo()
887 unsigned int yres = info->var.yres; in fb_pan_display() local
895 yres = 0; in fb_pan_display()
905 var->yoffset > info->var.yres_virtual - yres || in fb_pan_display()