From: Zsolt Kajtar <soci@c64.rulez.org>
To: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org
Cc: Zsolt Kajtar <soci@c64.rulez.org>
Subject: [PATCH 0/1] Refactoring of framebuffer drawing routines
Date: Mon, 24 Feb 2025 21:59:07 +0100 [thread overview]
Message-ID: <20250224205908.26336-1-soci@c64.rulez.org> (raw)
Proper refactoring of the framebuffer drawing routines. This time it's
not only the merging of duplicated code. It isn't half finished either
so the various combinations of foreign endianness, pixel reversing, bits
per pixel, cpu word sizes and byte order should work.
Added myself to look after this code. Based on the time spent on proving
it I don't expect a busy inbox. Famous last words.
Zsolt Kajtar (1):
Refactoring of framebuffer drawing routines
MAINTAINERS | 16 +
drivers/video/fbdev/core/Kconfig | 10 +-
drivers/video/fbdev/core/cfbcopyarea.c | 428 +-------------------
drivers/video/fbdev/core/cfbfillrect.c | 362 +----------------
drivers/video/fbdev/core/cfbimgblt.c | 357 +----------------
drivers/video/fbdev/core/cfbmem.h | 43 ++
drivers/video/fbdev/core/fb_copyarea.h | 405 +++++++++++++++++++
drivers/video/fbdev/core/fb_draw.h | 274 ++++++-------
drivers/video/fbdev/core/fb_fillrect.h | 280 ++++++++++++++
drivers/video/fbdev/core/fb_imageblit.h | 495 ++++++++++++++++++++++++
drivers/video/fbdev/core/syscopyarea.c | 369 +-----------------
drivers/video/fbdev/core/sysfillrect.c | 324 +---------------
drivers/video/fbdev/core/sysimgblt.c | 333 +---------------
drivers/video/fbdev/core/sysmem.h | 39 ++
14 files changed, 1480 insertions(+), 2255 deletions(-)
create mode 100644 drivers/video/fbdev/core/cfbmem.h
create mode 100644 drivers/video/fbdev/core/fb_copyarea.h
create mode 100644 drivers/video/fbdev/core/fb_fillrect.h
create mode 100644 drivers/video/fbdev/core/fb_imageblit.h
create mode 100644 drivers/video/fbdev/core/sysmem.h
--
2.30.2
next reply other threads:[~2025-02-24 21:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 20:59 Zsolt Kajtar [this message]
2025-02-24 20:59 ` [PATCH 1/1] Refactoring of framebuffer drawing routines Zsolt Kajtar
2025-03-09 3:13 ` [PATCH 0/1] " Helge Deller
2025-03-09 20:13 ` Helge Deller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250224205908.26336-1-soci@c64.rulez.org \
--to=soci@c64.rulez.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox