mirror-linux/drivers/video/fbdev/core
Thomas Zimmermann 98e5b6d069 fbcon: Put font-rotation state into separate struct
Move all temporary state of the font-rotation code into the struct
rotated in struct fbcon_par. Protect it with the Kconfig symbol
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION. Avoids mixing it up with fbcon's
regular state.

v2:
- fix typos

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
2026-04-07 17:38:07 +02:00
..
Kconfig fbdev: Turn FB_MODE_HELPERS into an internal config option 2025-09-23 15:56:04 +02:00
Makefile
bitblit.c fbcon: Fill cursor mask in helper function 2026-04-07 17:38:07 +02:00
cfbcopyarea.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
cfbfillrect.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
cfbimgblt.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
cfbmem.h
fb_backlight.c
fb_chrdev.c
fb_cmdline.c fbdev: Fix logic error in "offb" name match 2025-10-10 00:31:13 +02:00
fb_copyarea.h
fb_ddc.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
fb_defio.c fbdev: defio: Move pageref array to struct fb_deferred_io_state 2026-03-09 13:06:48 +01:00
fb_draw.h
fb_fillrect.h fbdev: core: Fix ubsan warning in pixel_to_pat 2025-09-30 23:21:34 +02:00
fb_imageblit.h
fb_info.c
fb_internal.h
fb_io_fops.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
fb_logo.c
fb_notify.c
fb_procfs.c
fb_sys_fops.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
fbcmap.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
fbcon.c fbcon: Put font-rotation state into separate struct 2026-04-07 17:38:07 +02:00
fbcon.h fbcon: Put font-rotation state into separate struct 2026-04-07 17:38:07 +02:00
fbcon_ccw.c fbcon: Put font-rotation state into separate struct 2026-04-07 17:38:07 +02:00
fbcon_cw.c fbcon: Put font-rotation state into separate struct 2026-04-07 17:38:07 +02:00
fbcon_rotate.c fbcon: Put font-rotation state into separate struct 2026-04-07 17:38:07 +02:00
fbcon_rotate.h lib/fonts: Implement glyph rotation 2026-04-07 17:38:07 +02:00
fbcon_ud.c fbcon: Put font-rotation state into separate struct 2026-04-07 17:38:07 +02:00
fbcvt.c
fbmem.c fbdev: Declare src parameter of fb_pad_ helpers as constant 2026-03-09 15:47:20 +01:00
fbmon.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
fbsysfs.c fbdev: Use device_create_with_groups() to fix sysfs groups registration race 2026-02-14 11:07:12 +01:00
modedb.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
softcursor.c fbcon: Rename struct fbcon_ops to struct fbcon_par 2025-09-19 10:04:02 +02:00
svgalib.c fbdev fixes and cleanups for 6.17-rc1: 2025-08-02 09:58:11 -07:00
syscopyarea.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
sysfillrect.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
sysimgblt.c fbdev: Include <linux/export.h> 2025-06-16 09:06:19 +02:00
sysmem.h
tileblit.c fbcon: Move fbcon callbacks into struct fbcon_bitops 2025-09-19 10:04:05 +02:00