Searched refs:FBCON_SWAP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 1014 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_startup() 1015 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_startup() 1124 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_init() 1125 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init() 1416 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_set_disp() 1417 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_set_disp() 1969 int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, in updatescrollmode_accel() 1971 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel() 1972 int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in updatescrollmode_accel() 1973 int vyres = FBCON_SWAP(op in updatescrollmode_accel() [all...] |
H A D | fbcon.h | 259 #define FBCON_SWAP(i,r,v) ({ \ macro
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 973 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_startup() 974 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_startup() 1079 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_init() 1080 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init() 1387 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_set_disp() 1388 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_set_disp() 1939 int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, in updatescrollmode_accel() 1941 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel() 1942 int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in updatescrollmode_accel() 1943 int vyres = FBCON_SWAP(op in updatescrollmode_accel() [all...] |
H A D | fbcon.h | 257 #define FBCON_SWAP(i,r,v) ({ \ macro
|
Completed in 9 milliseconds