All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/sysfb: Integrate blit helper
@ 2025-09-08 12:19 Thomas Zimmermann
  2025-09-08 12:19 ` [PATCH 1/3] drm/sysfb: Add custom plane state Thomas Zimmermann
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Zimmermann @ 2025-09-08 12:19 UTC (permalink / raw)
  To: javierm, maarten.lankhorst, mripard, airlied, simona
  Cc: dri-devel, Thomas Zimmermann

The sysfb-helper library is the only remaining user of drm_fb_blit().
Merge the code into the module and remove the helper. Cleans up the
interface of the format-helper library. Also improves error detection
and performance of the sysfb code.

Tested on vesadrm with format conversion.

Thomas Zimmermann (3):
  drm/sysfb: Add custom plane state
  drm/sysfb: Lookup blit function during atomic check
  drm/format-helper: Remove drm_fb_blit()

 drivers/gpu/drm/drm_format_helper.c       |  91 -------------
 drivers/gpu/drm/sysfb/drm_sysfb_helper.h  |  34 ++++-
 drivers/gpu/drm/sysfb/drm_sysfb_modeset.c | 152 +++++++++++++++++++++-
 include/drm/drm_format_helper.h           |   4 -
 4 files changed, 180 insertions(+), 101 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-09-17  8:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 12:19 [PATCH 0/3] drm/sysfb: Integrate blit helper Thomas Zimmermann
2025-09-08 12:19 ` [PATCH 1/3] drm/sysfb: Add custom plane state Thomas Zimmermann
2025-09-17  7:53   ` Javier Martinez Canillas
2025-09-08 12:19 ` [PATCH 2/3] drm/sysfb: Lookup blit function during atomic check Thomas Zimmermann
2025-09-17  7:59   ` Javier Martinez Canillas
2025-09-08 12:19 ` [PATCH 3/3] drm/format-helper: Remove drm_fb_blit() Thomas Zimmermann
2025-09-17  8:00   ` Javier Martinez Canillas
2025-09-15 10:27 ` [PATCH 0/3] drm/sysfb: Integrate blit helper Thomas Zimmermann

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.