From 519e00dd668edad6e7eefccb46d7c7994ef56bbd Mon Sep 17 00:00:00 2001 From: hrdl <31923882+hrdl-github@users.noreply.github.com> Date: Sun, 4 May 2025 14:32:43 +0200 Subject: [PATCH] rockchip_ebc: add module author and description --- drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c b/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c index a59e8c2a02a9..d53624ee30df 100644 --- a/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c +++ b/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c @@ -1231,4 +1231,6 @@ void rockchip_ebc_blit_fb_r8_y4_hints_neon(const struct rockchip_ebc *ebc, } EXPORT_SYMBOL(rockchip_ebc_blit_fb_r8_y4_hints_neon); +MODULE_AUTHOR("hrdl "); +MODULE_DESCRIPTION("Rockchip EBC NEON functions"); MODULE_LICENSE("GPL v2");