This patchset aims to insert a unit test for the conversion from XRGB8888 to monochromatic. Previously this was a single patch, but as the changes grew from v1 to v2, I thought it would be better to split it in two. Thanks for reviewing! Best regards, ~Arthur Grillo --- v1->v2: https://lore.kernel.org/all/20230302200131.754154-1-arthurgrillo@xxxxxxxxxx/ - Remove extra helper an use the existing one that Javier patched [1]. - Make the expected results more intuitive by using the BIT macro. - Change the "destination_pitch" test case colors. v2->v3: https://lore.kernel.org/all/20230310200901.216971-1-arthurgrillo@xxxxxxxxxx/ - Use binary constants instead of the BIT macros, to suppress a warning pointed out by the kernel bot and still maintain the intuitive intention. --- [1]: https://lore.kernel.org/all/20230307215039.346863-1-javierm@xxxxxxxxxx/ --- Arthur Grillo (2): drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono() drm/format-helper: Make "destination_pitch" test case usable for the monochrome case .../gpu/drm/tests/drm_format_helper_test.c | 134 +++++++++++++----- 1 file changed, 98 insertions(+), 36 deletions(-) -- 2.39.2