From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:44
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/acornfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:45
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Hans Verkuil <redacted>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Hans Verkuil <redacted>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
---
drivers/media/test-drivers/vivid/Kconfig | 4 +---
drivers/media/test-drivers/vivid/vivid-osd.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:47
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/asiliantfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
@@ -98,12 +98,10 @@ static int asiliantfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,staticconststructfb_opsasiliantfb_ops={.owner=THIS_MODULE,+FB_DEFAULT_IOMEM_OPS,.fb_check_var=asiliantfb_check_var,.fb_set_par=asiliantfb_set_par,.fb_setcolreg=asiliantfb_setcolreg,-.fb_fillrect=cfb_fillrect,-.fb_copyarea=cfb_copyarea,-.fb_imageblit=cfb_imageblit,};/* Calculate the ratios for the dot clocks without using a single long long
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:48
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Claudiu Beznea <redacted>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/atmel_lcdfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:49
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/carminefb.c | 5 +----
2 files changed, 2 insertions(+), 7 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:51
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Peter Jones <pjones@redhat.com>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/efifb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:51
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/fm2fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:52
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/da8xx-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:53
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Timur Tabi <timur@kernel.org>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/fsl-diu-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:55
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Andres Salomon <redacted>
---
drivers/video/fbdev/geode/Kconfig | 4 +---
drivers/video/fbdev/geode/gxfb_core.c | 5 +----
2 files changed, 2 insertions(+), 7 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:55
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Andres Salomon <redacted>
---
drivers/video/fbdev/geode/Kconfig | 4 +---
drivers/video/fbdev/geode/gx1fb_core.c | 5 +----
2 files changed, 2 insertions(+), 7 deletions(-)
@@ -255,14 +255,11 @@ static int parse_panel_option(struct fb_info *info)staticconststructfb_opsgx1fb_ops={.owner=THIS_MODULE,+FB_DEFAULT_IOMEM_OPS,.fb_check_var=gx1fb_check_var,.fb_set_par=gx1fb_set_par,.fb_setcolreg=gx1fb_setcolreg,.fb_blank=gx1fb_blank,-/* No HW acceleration for now. */-.fb_fillrect=cfb_fillrect,-.fb_copyarea=cfb_copyarea,-.fb_imageblit=cfb_imageblit,};staticstructfb_info*gx1fb_init_fbinfo(structdevice*dev)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:57
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/g364fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:58
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/macfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:40:59
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/mmp/fb/Kconfig | 4 +---
drivers/video/fbdev/mmp/fb/mmpfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:21
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/maxinefb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:21
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <redacted>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/imxfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:22
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/grvga.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:22
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/platinumfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:22
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/offb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:23
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:23
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/mx3fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:23
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/pmag-aa-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:24
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/pxa168fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:24
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/goldfishfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:24
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/ocfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:24
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/pxafb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:25
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/pmag-ba-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
@@ -119,10 +119,8 @@ static int pmagbafb_setcolreg(unsigned int regno, unsigned int red,staticconststructfb_opspmagbafb_ops={.owner=THIS_MODULE,+FB_DEFAULT_IOMEM_OPS,.fb_setcolreg=pmagbafb_setcolreg,-.fb_fillrect=cfb_fillrect,-.fb_copyarea=cfb_copyarea,-.fb_imageblit=cfb_imageblit,};
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:25
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/q40fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:26
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/sunxvr1000.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:28
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/sh7760fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:52
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/sunxvr2500.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:52
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/valkyriefb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
@@ -110,13 +110,11 @@ static void valkyrie_init_fix(struct fb_fix_screeninfo *fix, struct fb_info_valkstaticconststructfb_opsvalkyriefb_ops={.owner=THIS_MODULE,+FB_DEFAULT_IOMEM_OPS,.fb_check_var=valkyriefb_check_var,.fb_set_par=valkyriefb_set_par,.fb_setcolreg=valkyriefb_setcolreg,.fb_blank=valkyriefb_blank,-.fb_fillrect=cfb_fillrect,-.fb_copyarea=cfb_copyarea,-.fb_imageblit=cfb_imageblit,};/* Sets the video mode according to info->var */
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:52
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Michal Simek <michal.simek@amd.com>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/xilinxfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:53
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Kirti Wankhede <kwankhede@nvidia.com>
---
samples/Kconfig | 4 +---
samples/vfio-mdev/mdpy-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:53
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/vesafb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:53
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Michal Januszewski <spock@gentoo.org>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/uvesafb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:53
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Hans de Goede <redacted>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/simplefb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:54
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
* fix driver name in commit message
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/pmagb-b-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
@@ -123,10 +123,8 @@ static int pmagbbfb_setcolreg(unsigned int regno, unsigned int red,staticconststructfb_opspmagbbfb_ops={.owner=THIS_MODULE,+FB_DEFAULT_IOMEM_OPS,.fb_setcolreg=pmagbbfb_setcolreg,-.fb_fillrect=cfb_fillrect,-.fb_copyarea=cfb_copyarea,-.fb_imageblit=cfb_imageblit,};
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:54
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Jingoo Han <jingoohan1@gmail.com>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/s3c-fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:54
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/sstfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:54
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/omap/Kconfig | 4 +---
drivers/video/fbdev/omap/omapfb_main.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:55
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/kyro/fbdev.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:56
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
Cc: Andres Salomon <redacted>
---
drivers/video/fbdev/geode/Kconfig | 4 +---
drivers/video/fbdev/geode/lxfb_core.c | 5 +----
2 files changed, 2 insertions(+), 7 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:56
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/i740fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:58
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/gxt4500.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
@@ -1752,9 +1752,7 @@ config FB_UDLconfigFB_IBM_GXT4500tristate"Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors"depends onFB-selectFB_CFB_FILLRECT-selectFB_CFB_COPYAREA-selectFB_CFB_IMAGEBLIT+selectFB_IOMEM_HELPERSselectVIDEO_NOMODESEThelpSayYheretoenablesupportfortheIBMGXT4000P/6000Pand
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:41:59
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/aty/aty128fb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
From: Thomas Zimmermann <tzimmermann@suse.de> Date: 2023-08-03 18:42:01
Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer
for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.
Select the correct modules with Kconfig's FB_IOMEM_HELPERS token.
The macro and token set the currently selected values, so there is
no functional change.
v3:
* use _IOMEM_ in commit message
v2:
* updated to use _IOMEM_ tokens
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
drivers/video/fbdev/Kconfig | 4 +---
drivers/video/fbdev/chipsfb.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)