Searched hist:"3409343341 b10eb99c8bf1eb46a2c49e9cdd786d" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | bw2.c | diff 3409343341b10eb99c8bf1eb46a2c49e9cdd786d Sun Aug 06 13:58:55 CEST 2023 Thomas Zimmermann <tzimmermann@suse.de> fbdev/bw2: Use initializer macro for struct fb_ops
Initialize struct fb_ops to the correct default values with the macro FB_DEFAULT_SBUS_OPS(). Rename the ioctl and mmap callbacks to use the infix _sbusfb_. This makes them fit the SBUS helpers' naming pattern. Also make the driver depend on FB_SBUS_HELPERS, which selects the correct modules.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230806120926.5368-5-tzimmermann@suse.de
|
H A D | Kconfig | diff 3409343341b10eb99c8bf1eb46a2c49e9cdd786d Sun Aug 06 13:58:55 CEST 2023 Thomas Zimmermann <tzimmermann@suse.de> fbdev/bw2: Use initializer macro for struct fb_ops
Initialize struct fb_ops to the correct default values with the macro FB_DEFAULT_SBUS_OPS(). Rename the ioctl and mmap callbacks to use the infix _sbusfb_. This makes them fit the SBUS helpers' naming pattern. Also make the driver depend on FB_SBUS_HELPERS, which selects the correct modules.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230806120926.5368-5-tzimmermann@suse.de
|