linux/drivers/video/fbdev/core
Thomas Zimmermann 6f0f694162 fbdev: Add fb_ops init macros for framebuffers in DMA-able memory
Add initializer macros for struct fb_ops for framebuffers in DMA-able
memory areas. Also add a corresponding Kconfig token. As of now, this
is equivalent to system framebuffers and mostly useful for labeling
drivers correctly.

A later patch may add a generic DMA-specific mmap operation. Linux
offers a number of dma_mmap_*() helpers for different use cases.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Cc: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230707083422.18691-2-tzimmermann@suse.de
2023-07-24 20:14:29 +02:00
..
Kconfig fbdev: Add fb_ops init macros for framebuffers in DMA-able memory 2023-07-24 20:14:29 +02:00
Makefile fbdev: Split frame buffer support in FB and FB_CORE symbols 2023-07-22 12:25:04 +02:00
bitblit.c fbcon: Fix null-ptr-deref in soft_cursor 2023-05-27 19:18:59 +02:00
cfbcopyarea.c
cfbfillrect.c
cfbimgblt.c
fb_backlight.c fbdev/core: Move framebuffer and backlight helpers into separate files 2023-06-27 09:58:51 +02:00
fb_chrdev.c fbdev/core: Move file-I/O code into separate file 2023-06-27 09:58:51 +02:00
fb_cmdline.c fbdev: Handle video= parameter in video/cmdline.c 2023-02-20 14:56:48 +01:00
fb_ddc.c
fb_defio.c Merge drm/drm-fixes into drm-misc-fixes 2023-03-13 10:14:05 +01:00
fb_draw.h
fb_info.c fbdev: Document that framebuffer_alloc() returns zero'ed data 2023-07-24 16:50:39 +02:00
fb_internal.h fbdev: Make support for userspace interfaces configurable 2023-06-27 09:58:51 +02:00
fb_io_fops.c fbdev: Rename fb_mem*() helpers 2023-05-18 11:07:54 +02:00
fb_notify.c
fb_procfs.c fbdev/core: Move procfs code to separate file 2023-06-27 09:58:51 +02:00
fb_sys_fops.c fbdev: Validate info->screen_{base, buffer} in fb_ops implementations 2023-05-08 15:28:34 +02:00
fbcmap.c
fbcon.c fbdev/core: Rework fb init code 2023-06-27 09:58:51 +02:00
fbcon.h
fbcon_ccw.c
fbcon_cw.c
fbcon_rotate.c
fbcon_rotate.h
fbcon_ud.c
fbcvt.c
fbmem.c fbdev/core: Rework fb init code 2023-06-27 09:58:51 +02:00
fbmon.c fbdev: fbmon: fix function name in kernel-doc 2023-01-16 09:37:31 +01:00
fbsysfs.c fbdev/core: Add fb_device_{create,destroy}() 2023-06-27 09:58:51 +02:00
modedb.c fbdev: modedb: Add 1920x1080 at 60 Hz video mode 2023-05-12 11:00:04 +02:00
softcursor.c
svgalib.c
syscopyarea.c
sysfillrect.c
sysimgblt.c fbdev: fix potential OOB read in fast_imageblit() 2023-06-24 21:55:11 +02:00
tileblit.c