From patchwork Tue Aug 16 10:29:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?Sm9zw6kgRXhww7NzaXRv?= X-Patchwork-Id: 12944591 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4710EC2BB41 for ; Tue, 16 Aug 2022 10:29:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 42ABE10F35F; Tue, 16 Aug 2022 10:29:22 +0000 (UTC) Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by gabe.freedesktop.org (Postfix) with ESMTPS id 684BA112656 for ; Tue, 16 Aug 2022 10:29:13 +0000 (UTC) Received: by mail-wm1-x335.google.com with SMTP id v7-20020a1cac07000000b003a6062a4f81so339139wme.1 for ; Tue, 16 Aug 2022 03:29:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=KFNiCUdXTrEiAGiz+4FQbAw1rF3AEPapoVwJtLEaQ9g=; b=pLl9wgCJPBpAaPBgmBmy0+7N5b3VHGocJ9PLCcmKSttmVZMVQMA5WEaSWLumu+44oQ mIaFuoENpibdoIIOWFTJEvv3PHvNH7ng5VyzcEOQwCKZhBmVAi/dl/jk4KDnnOhKxB+5 1AXE6MpJlQCPXESMuDi62G56fRHhixGcGytm+pfQ9pgKtn3uMNUS/SPP8zWvOe3uZxEW 6QfssBudlzVoxaGqyDMDtDgy10rr7/x5bbf7/KelB9YqpRCrAdCxFPzLSEedDw04gv+r fNA77mgsIn+V630dzHDimwD7rbNsa0J2GO8gFyImcLba2r/Y9w9hZZotQGtIPu9Ojvh9 Dniw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=KFNiCUdXTrEiAGiz+4FQbAw1rF3AEPapoVwJtLEaQ9g=; b=OeBrZYGSjz4+Axc4Po2UERQz5k9IK7FdDrBD4VuAngJ6tV+L0q9l/DsyLREs/J0gqh b8CfZiBpewyIMVCjP7w7YqwStjIUU2+Hih4UU3JkYfJHXIZa8c1Mq6kfu074td43OtOQ yhc+SAxLCkQUyqjCcIcOJQFKpORDFKMNk3urDgcKH+D++iOqsjlfCBeI5+oHbkdBESYh zd28J7ZbUwTl9GPQUbqGGVtjSPI8u71OplUowLsgx7AH/yyCCHLwlBfX1wheMSLMOyju js2PPpVC83iH6vzPVS5Ew1qn7PvActMbZxGey1JFfIXYaW3a4vUDWd7KcZkQEeaoBfjr KCyA== X-Gm-Message-State: ACgBeo0awpqEsyc8G2riTJ9xjATvLiMGyM1BNO90DHM9B/2duKUYzNZM BVNcni1n85B9RfbFdRm4P/U= X-Google-Smtp-Source: AA6agR6qUGwb4CpPib/vdpS1BwS6mngZO3z+s86OwgGv9ciLUEA6YtJkII4a18RqRQ/RwCj9Z4CMhQ== X-Received: by 2002:a05:600c:4f02:b0:3a5:fc0f:9566 with SMTP id l2-20020a05600c4f0200b003a5fc0f9566mr4261092wmq.107.1660645751897; Tue, 16 Aug 2022 03:29:11 -0700 (PDT) Received: from localhost.localdomain ([94.73.32.249]) by smtp.gmail.com with ESMTPSA id m9-20020adffe49000000b002251639bfd0sm1668407wrs.59.2022.08.16.03.29.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Aug 2022 03:29:11 -0700 (PDT) From: =?utf-8?b?Sm9zw6kgRXhww7NzaXRv?= To: javierm@redhat.com Subject: [PATCH 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale Date: Tue, 16 Aug 2022 12:29:00 +0200 Message-Id: <20220816102903.276879-1-jose.exposito89@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 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, =?utf-8?b?Sm9zw6kgRXhww7Nz?= =?utf-8?b?aXRv?= , isabbasso@riseup.net, kunit-dev@googlegroups.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 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() .../gpu/drm/tests/drm_format_helper_test.c | 190 ++++++++++++++++++ 1 file changed, 190 insertions(+) Tested-by: Maíra Canal