From: "José Expósito" <jose.exposito89@gmail.com>
To: "Maíra Canal" <mairacanal@riseup.net>
Cc: davidgow@google.com, magalilemes00@gmail.com, airlied@linux.ie,
maira.canal@usp.br, dlatypov@google.com, javierm@redhat.com,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
geert@linux-m68k.org, tzimmermann@suse.de,
tales.aparecida@gmail.com, isabbasso@riseup.net,
kunit-dev@googlegroups.com
Subject: Re: [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale
Date: Mon, 19 Sep 2022 08:29:37 +0200 [thread overview]
Message-ID: <20220919062937.GA14706@elementary> (raw)
In-Reply-To: <2436e241-dd04-bcd3-f832-13e5497e0469@riseup.net>
On Sun, Sep 18, 2022 at 01:26:06PM -0300, Maíra Canal wrote:
> Hi Jose,
>
> On 9/18/22 10:22, José Expósito wrote:
> > Hi!
> >
> > On Sun, Aug 28, 2022 at 06:45:14PM +0200, José Expósito wrote:
> >> Hello everyone,
> >>
> >> This series is a follow up on my work adding KUnit test to the XRGB8888
> >> conversion functions. This time RGB888, XRGB2101010 and gray8 are added.
> >>
> >> Best wishes,
> >> Jose
> >>
> >> v1 -> v2:
> >>
> >> Tested-by: Maíra Canal <mairacanal@riseup.net>
> >> Reviewed-by: David Gow <davidgow@google.com>
> >>
> >> v2 -> v3:
> >>
> >> Export symbol drm_fb_xrgb8888_to_xrgb2101010()
> >
> > This patchset is being in the mailing list for a while. Unless someone
> > has a reason to not merge it, I'd like to push it next week.
>
> I believe this patchset doesn't apply anymore due to this patch [1],
> that applied a naming convention for the DRM tests. Maybe you could send
> a v3 rebasing the patchset.
>
> [1]
> https://lore.kernel.org/dri-devel/20220911191756.203118-1-mairacanal@riseup.net/T/#mb794103c8e39cdb76734f4e22ce90806f11d99bc
>
> Best Regards,
> - Maíra Canal
Thanks for the heads up Maíra, I didn't noticed that you patches were
already merged.
I'll rebase on top of your work and send v4.
Best wishes,
Jose
> >
> > Thanks,
> > Jose
> >
> >> José Expósito (3):
> >> drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()
> >> drm/format-helper: Add KUnit tests for
> >> drm_fb_xrgb8888_to_xrgb2101010()
> >> drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()
> >>
> >> drivers/gpu/drm/drm_format_helper.c | 1 +
> >> .../gpu/drm/tests/drm_format_helper_test.c | 190 ++++++++++++++++++
> >> 2 files changed, 191 insertions(+)
> >>
> >>
> >> base-commit: 61a9fa154d217c13eea90aa5bc635bc4b1fcb66e
> >> --
> >> 2.25.1
> >>
WARNING: multiple messages have this Message-ID (diff)
From: "José Expósito" <jose.exposito89@gmail.com>
To: "Maíra Canal" <mairacanal@riseup.net>
Cc: javierm@redhat.com, dri-devel@lists.freedesktop.org,
tzimmermann@suse.de, magalilemes00@gmail.com, airlied@linux.ie,
maira.canal@usp.br, dlatypov@google.com,
linux-kernel@vger.kernel.org, geert@linux-m68k.org,
tales.aparecida@gmail.com, davidgow@google.com,
isabbasso@riseup.net, kunit-dev@googlegroups.com
Subject: Re: [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale
Date: Mon, 19 Sep 2022 08:29:37 +0200 [thread overview]
Message-ID: <20220919062937.GA14706@elementary> (raw)
In-Reply-To: <2436e241-dd04-bcd3-f832-13e5497e0469@riseup.net>
On Sun, Sep 18, 2022 at 01:26:06PM -0300, Maíra Canal wrote:
> Hi Jose,
>
> On 9/18/22 10:22, José Expósito wrote:
> > Hi!
> >
> > On Sun, Aug 28, 2022 at 06:45:14PM +0200, José Expósito wrote:
> >> Hello everyone,
> >>
> >> This series is a follow up on my work adding KUnit test to the XRGB8888
> >> conversion functions. This time RGB888, XRGB2101010 and gray8 are added.
> >>
> >> Best wishes,
> >> Jose
> >>
> >> v1 -> v2:
> >>
> >> Tested-by: Maíra Canal <mairacanal@riseup.net>
> >> Reviewed-by: David Gow <davidgow@google.com>
> >>
> >> v2 -> v3:
> >>
> >> Export symbol drm_fb_xrgb8888_to_xrgb2101010()
> >
> > This patchset is being in the mailing list for a while. Unless someone
> > has a reason to not merge it, I'd like to push it next week.
>
> I believe this patchset doesn't apply anymore due to this patch [1],
> that applied a naming convention for the DRM tests. Maybe you could send
> a v3 rebasing the patchset.
>
> [1]
> https://lore.kernel.org/dri-devel/20220911191756.203118-1-mairacanal@riseup.net/T/#mb794103c8e39cdb76734f4e22ce90806f11d99bc
>
> Best Regards,
> - Maíra Canal
Thanks for the heads up Maíra, I didn't noticed that you patches were
already merged.
I'll rebase on top of your work and send v4.
Best wishes,
Jose
> >
> > Thanks,
> > Jose
> >
> >> José Expósito (3):
> >> drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()
> >> drm/format-helper: Add KUnit tests for
> >> drm_fb_xrgb8888_to_xrgb2101010()
> >> drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()
> >>
> >> drivers/gpu/drm/drm_format_helper.c | 1 +
> >> .../gpu/drm/tests/drm_format_helper_test.c | 190 ++++++++++++++++++
> >> 2 files changed, 191 insertions(+)
> >>
> >>
> >> base-commit: 61a9fa154d217c13eea90aa5bc635bc4b1fcb66e
> >> --
> >> 2.25.1
> >>
next prev parent reply other threads:[~2022-09-19 6:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-28 16:45 [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale José Expósito
2022-08-28 16:45 ` José Expósito
2022-08-28 16:45 ` [PATCH v3 1/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888() José Expósito
2022-08-28 16:45 ` José Expósito
2022-08-28 16:45 ` [PATCH v3 2/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010() José Expósito
2022-08-28 16:45 ` José Expósito
2022-08-28 16:45 ` [PATCH v3 3/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8() José Expósito
2022-08-28 16:45 ` José Expósito
2022-09-18 13:22 ` [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale José Expósito
2022-09-18 13:22 ` José Expósito
2022-09-18 16:26 ` Maíra Canal
2022-09-18 16:26 ` Maíra Canal
2022-09-19 6:29 ` José Expósito [this message]
2022-09-19 6:29 ` José Expósito
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=20220919062937.GA14706@elementary \
--to=jose.exposito89@gmail.com \
--cc=airlied@linux.ie \
--cc=davidgow@google.com \
--cc=dlatypov@google.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert@linux-m68k.org \
--cc=isabbasso@riseup.net \
--cc=javierm@redhat.com \
--cc=kunit-dev@googlegroups.com \
--cc=linux-kernel@vger.kernel.org \
--cc=magalilemes00@gmail.com \
--cc=maira.canal@usp.br \
--cc=mairacanal@riseup.net \
--cc=tales.aparecida@gmail.com \
--cc=tzimmermann@suse.de \
/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.