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 <[email protected]>
Reviewed-by: David Gow <[email protected]>
v2 -> v3:
Export symbol drm_fb_xrgb8888_to_xrgb2101010()
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
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 <[email protected]>
> Reviewed-by: David Gow <[email protected]>
>
> 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.
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
>
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 <[email protected]>
>> Reviewed-by: David Gow <[email protected]>
>>
>> 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/[email protected]/T/#mb794103c8e39cdb76734f4e22ce90806f11d99bc
Best Regards,
- Maíra Canal
>
> 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
>>
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 <[email protected]>
> >> Reviewed-by: David Gow <[email protected]>
> >>
> >> 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/[email protected]/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
> >>