From: Thomas Zimmermann <tzimmermann@suse.de>
To: javierm@redhat.com, maarten.lankhorst@linux.intel.com,
mripard@kernel.org, airlied@gmail.com, simona@ffwll.ch
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 0/3] drm/sysfb: Integrate blit helper
Date: Mon, 15 Sep 2025 12:27:27 +0200 [thread overview]
Message-ID: <fe1004ad-7375-4eaf-82f8-e1ea53a7e0c7@suse.de> (raw)
In-Reply-To: <20250908122240.740033-1-tzimmermann@suse.de>
ping for review
Am 08.09.25 um 14:19 schrieb 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(-)
>
--
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
prev parent reply other threads:[~2025-09-15 10:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Thomas Zimmermann [this message]
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=fe1004ad-7375-4eaf-82f8-e1ea53a7e0c7@suse.de \
--to=tzimmermann@suse.de \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=javierm@redhat.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
/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 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.