All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Refactoring the fbcon packed pixel drawing routines
@ 2025-03-09 18:47 Zsolt Kajtar
  2025-03-09 18:47 ` [PATCH RESEND 1/2] " Zsolt Kajtar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zsolt Kajtar @ 2025-03-09 18:47 UTC (permalink / raw)
  To: linux-fbdev, dri-devel; +Cc: Zsolt Kajtar

This is the same patch as before just updated to latest fbdev
master and with better description. And hopefully sent intact this
time.

Zsolt Kajtar (2):
  Refactoring the fbcon packed pixel drawing routines
  Adding contact info for packed pixel drawing

 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-19 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09 18:47 [PATCH RESEND 0/2] Refactoring the fbcon packed pixel drawing routines Zsolt Kajtar
2025-03-09 18:47 ` [PATCH RESEND 1/2] " Zsolt Kajtar
2025-03-10  1:00   ` kernel test robot
2025-03-10  2:22   ` kernel test robot
2025-03-10 15:56   ` kernel test robot
2025-03-09 18:47 ` [PATCH RESEND 2/2] Adding contact info for packed pixel drawing Zsolt Kajtar
2025-03-19 18:04 ` [PATCH RESEND 0/2] Refactoring the fbcon packed pixel drawing routines Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.