diff options
author | 2025-04-10 10:37:23 +0200 | |
---|---|---|
committer | 2025-04-14 10:16:12 +0200 | |
commit | 314c45e39e9abcaf2fe5449a11b6d9ad3b2c7dbc (patch) | |
tree | 26f8508c89872cb7d3bfd8d29a25a7123adcecd0 /drivers/gpu/drm/sysfb/drm_sysfb_modeset.c | |
parent | drm: renesas: Add zpos, alpha and blend properties to RZ/G2L DU (diff) | |
download | wireguard-linux-314c45e39e9abcaf2fe5449a11b6d9ad3b2c7dbc.tar.xz wireguard-linux-314c45e39e9abcaf2fe5449a11b6d9ad3b2c7dbc.zip |
drm/sysfb: Split source file
Split drm_sysfb_helper.c into two source files. There's now one
source file for the mode-setting pipeline and one source file for
module meta data. Prepares for adding additional source code to
sysfb helpers.
v2:
- fix typo in commit message (Javier)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20250410083834.10810-2-tzimmermann@suse.de
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/sysfb/drm_sysfb_modeset.c (renamed from drivers/gpu/drm/sysfb/drm_sysfb_helper.c) | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/sysfb/drm_sysfb_helper.c b/drivers/gpu/drm/sysfb/drm_sysfb_modeset.c index 262490a71792..ffaa2522ab96 100644 --- a/drivers/gpu/drm/sysfb/drm_sysfb_helper.c +++ b/drivers/gpu/drm/sysfb/drm_sysfb_modeset.c @@ -2,7 +2,6 @@ #include <linux/export.h> #include <linux/slab.h> -#include <linux/module.h> #include <drm/drm_atomic.h> #include <drm/drm_atomic_helper.h> @@ -20,9 +19,6 @@ #include "drm_sysfb_helper.h" -MODULE_DESCRIPTION("Helpers for DRM sysfb drivers"); -MODULE_LICENSE("GPL"); - struct drm_display_mode drm_sysfb_mode(unsigned int width, unsigned int height, unsigned int width_mm, |