Home
last modified time | relevance | path

Searched refs:new_cols (Results 1 – 2 of 2) sorted by relevance

/drivers/video/console/
Dfbcon.c554 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument
560 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument
588 save = kmalloc(logo_lines * new_cols * 2, GFP_KERNEL); in fbcon_prepare_logo()
590 int i = cols < new_cols ? cols : new_cols; in fbcon_prepare_logo()
591 scr_memsetw(save, erase, logo_lines * new_cols * 2); in fbcon_prepare_logo()
594 scr_memcpyw(save + cnt * new_cols, r, 2 * i); in fbcon_prepare_logo()
628 scr_memcpyw(q, save, logo_lines * new_cols * 2); in fbcon_prepare_logo()
1008 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; in fbcon_init() local
1081 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_init()
1083 new_cols /= vc->vc_font.width; in fbcon_init()
[all …]
/drivers/char/
Dvt.c827 unsigned int new_cols, new_rows, new_row_size, new_screen_size; in vc_do_resize() local
842 new_cols = (cols ? cols : vc->vc_cols); in vc_do_resize()
844 new_row_size = new_cols << 1; in vc_do_resize()
847 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) in vc_do_resize()
859 err = resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
866 vc->vc_cols = new_cols; in vc_do_resize()