From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 3/3] tests/i915/kms_dsc: Add test summary
Date: Tue, 9 May 2023 11:12:21 +0530 [thread overview]
Message-ID: <20230509054221.162805-4-swati2.sharma@intel.com> (raw)
In-Reply-To: <20230509054221.162805-1-swati2.sharma@intel.com>
Add test summary giving overall view of what all is being validated
in the test.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/i915/kms_dsc.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/tests/i915/kms_dsc.c b/tests/i915/kms_dsc.c
index 8aaec288..cbb77d6a 100644
--- a/tests/i915/kms_dsc.c
+++ b/tests/i915/kms_dsc.c
@@ -34,6 +34,25 @@
IGT_TEST_DESCRIPTION("Test to validate display stream compression");
+/*
+ * Starting from gen11+, i915 driver supports DSC1.1. For validating
+ * DSC, the first step is to verify if the sink supports DSC.
+ * If the sink does support DSC, we will validate the following
+ * scenarios:
+ * (i) basic modeset (ii) input bpc (iii) pixel formats
+ * (iv) output formats (v) fractional bpp
+ * In the basic subtest, we perform modeset with default parameters.
+ * Input bpc and pixel formats subtests, we perform modeset
+ * with different input bpc (12/10/8) and pixel formats (YUV/RGB),
+ * respectively. With the support of DSC1.2 from MTL, we can
+ * verify fractional bpp and DSC YCBCR420 output format. The tests
+ * are executed with the RGB444 output format by default. However,
+ * in the output-format subtest, we verify output formats
+ * (RGB/YCBCR444/YCBCR420). Finally, we also test fractional bpp
+ * with default parameter. In this, driver will ignore integer
+ * compressed bpp value and will do modeset with fractional bpp only.
+ */
+
enum dsc_test_type {
TEST_DSC_BASIC,
TEST_DSC_BPC,
--
2.25.1
next prev parent reply other threads:[~2023-05-09 5:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-09 5:42 [igt-dev] [PATCH i-g-t 0/3] DSC Fractional BPP Val Support Swati Sharma
2023-05-09 5:42 ` [igt-dev] [PATCH i-g-t 1/3] lib/dsc: Add helpers for VDSC Fractional BPP debugfs entry Swati Sharma
2023-05-09 5:42 ` [igt-dev] [PATCH i-g-t 2/3] tests/i915/kms_dsc: Enable validation for VDSC Fractional BPP Swati Sharma
2023-05-09 5:42 ` Swati Sharma [this message]
2023-05-09 6:31 ` [igt-dev] ✓ Fi.CI.BAT: success for DSC Fractional BPP Val Support Patchwork
2023-05-09 9:49 ` [igt-dev] ✓ Fi.CI.IGT: " 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=20230509054221.162805-4-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