Searched refs:FBCON_SWAP (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| A D | fbcon.c | 994 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_startup() 995 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_startup() 1382 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_set_disp() 1383 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_set_disp() 1502 int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, in updatescrollmode() 1542 virt_w = FBCON_SWAP(ops->rotate, width, height); in fbcon_resize() 1543 virt_h = FBCON_SWAP(ops->rotate, height, width); in fbcon_resize() 1544 virt_fw = FBCON_SWAP(ops->rotate, vc->vc_font.width, in fbcon_resize() 1546 virt_fh = FBCON_SWAP(ops->rotate, vc->vc_font.height, in fbcon_resize() 1924 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_do_set_font() [all …]
|
| A D | fbcon.h | 187 #define FBCON_SWAP(i,r,v) ({ \ macro
|
Completed in 12 milliseconds