From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: loop from min to max bpc
Date: Fri, 18 Aug 2023 14:34:03 +0530 [thread overview]
Message-ID: <20230818090403.1128613-1-swati2.sharma@intel.com> (raw)
Loop from min bpc to max bpc. If max bpc is not supported, test
will SKIP and even lower bpc won't get validated.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/i915/kms_dsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/kms_dsc.c b/tests/i915/kms_dsc.c
index 21f0c5a32..41e1d9519 100644
--- a/tests/i915/kms_dsc.c
+++ b/tests/i915/kms_dsc.c
@@ -101,7 +101,7 @@ typedef struct {
static int output_format_list[] = {DSC_FORMAT_YCBCR420, DSC_FORMAT_YCBCR444};
static int format_list[] = {DRM_FORMAT_XYUV8888, DRM_FORMAT_XRGB2101010, DRM_FORMAT_XRGB16161616F, DRM_FORMAT_YUYV};
-static uint32_t bpc_list[] = {12, 10, 8};
+static uint32_t bpc_list[] = {8, 10, 12};
static inline void manual(const char *expected)
{
--
2.25.1
next reply other threads:[~2023-08-18 9:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-18 9:04 Swati Sharma [this message]
2023-08-18 10:35 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_dsc: loop from min to max bpc Patchwork
2023-08-18 10:56 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-18 11:03 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-18 12:30 ` [igt-dev] [PATCH i-g-t] " Nautiyal, Ankit K
2023-08-19 15:53 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2023-08-21 11:03 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
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=20230818090403.1128613-1-swati2.sharma@intel.com \
--to=swati2.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox