Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stylon Wang <stylon.wang@amd.com>
To: <igt-dev@lists.freedesktop.org>
Subject: [igt-dev] [PATCH i-g-t] test/amdgpu/amd_color: Add test description to amd_color tests
Date: Thu, 13 Jul 2023 22:18:30 +0800	[thread overview]
Message-ID: <20230713141830.335019-1-stylon.wang@amd.com> (raw)

Signed-off-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
---
 tests/amdgpu/amd_color.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/amdgpu/amd_color.c b/tests/amdgpu/amd_color.c
index 34002ed88..4a98df3be 100644
--- a/tests/amdgpu/amd_color.c
+++ b/tests/amdgpu/amd_color.c
@@ -22,6 +22,8 @@
 
 #include "igt.h"
 
+IGT_TEST_DESCRIPTION("Test Color Features for DRM conformance");
+
 /* (De)gamma LUT. */
 typedef struct lut {
 	struct drm_color_lut *data;
@@ -409,8 +411,11 @@ igt_main
 		igt_display_require_output(&data.display);
 	}
 
+	igt_describe("Tests correctness of linear degamma on CRTC");
 	igt_subtest("crtc-linear-degamma") test_crtc_linear_degamma(&data);
+	igt_describe("Tests correctness of linear regamma on CRTC");
 	igt_subtest("crtc-linear-regamma") test_crtc_linear_regamma(&data);
+	igt_describe("Tests color accuracy of CRTC degamma and regamma");
 	igt_subtest("crtc-lut-accuracy") test_crtc_lut_accuracy(&data);
 
 	igt_fixture
-- 
2.40.1

             reply	other threads:[~2023-07-13 14:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13 14:18 Stylon Wang [this message]
2023-07-13 15:44 ` [igt-dev] ✓ Fi.CI.BAT: success for test/amdgpu/amd_color: Add test description to amd_color tests Patchwork
2023-07-13 17:04 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-07-13 19:53 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-07-25 15:21 ` [igt-dev] [PATCH i-g-t] " Rodrigo Siqueira
2023-08-04  6:20 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2023-08-04  9:21 ` [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=20230713141830.335019-1-stylon.wang@amd.com \
    --to=stylon.wang@amd.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