Lines Matching refs:x1
204 s32 x1, y1; /* top left corner */ member
274 int x1, y1, x2, y2; member
373 synthvid_update(struct fb_info *info, int x1, int y1, int x2, int y2) in synthvid_update() argument
389 msg.dirt.rect[0].x1 = (x1 > x2) ? 0 : x1; in synthvid_update()
392 (x2 < x1 || x2 > info->var.xres) ? info->var.xres : x2; in synthvid_update()
716 int x1, x2, y1, y2; in hvfb_update_work() local
724 x1 = par->x1; in hvfb_update_work()
730 par->x1 = par->y1 = INT_MAX; in hvfb_update_work()
735 if (x1 > info->var.xres || x2 > info->var.xres || in hvfb_update_work()
736 y1 > info->var.yres || y2 > info->var.yres || x2 <= x1) in hvfb_update_work()
744 (x1 * screen_depth / 8), in hvfb_update_work()
745 (x2 - x1) * screen_depth / 8); in hvfb_update_work()
749 synthvid_update(info, x1, y1, x2, y2); in hvfb_update_work()
757 int x1, int y1, int w, int h) in hvfb_ondemand_refresh_throttle() argument
760 int x2 = x1 + w; in hvfb_ondemand_refresh_throttle()
766 par->x1 = min_t(int, par->x1, x1); in hvfb_ondemand_refresh_throttle()
1134 par->x1 = par->y1 = INT_MAX; in hvfb_probe()