Searched refs:FBCON_SWAP (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/video/fbdev/core/ |
| D | fbcon.c | 1012 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_startup() 1013 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_startup() 1122 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_init() 1123 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init() 1409 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_set_disp() 1410 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_set_disp() 1966 int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, in updatescrollmode() 1968 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode() 1969 int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in updatescrollmode() 1970 int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, in updatescrollmode() [all …]
|
| D | fbcon.h | 246 #define FBCON_SWAP(i,r,v) ({ \ macro
|