Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: loop from min to max bpc
@ 2023-08-18  9:04 Swati Sharma
  2023-08-18 10:35 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Swati Sharma @ 2023-08-18  9:04 UTC (permalink / raw)
  To: igt-dev

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-21 11:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18  9:04 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: loop from min to max bpc Swati Sharma
2023-08-18 10:35 ` [igt-dev] ✗ GitLab.Pipeline: warning for " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox