Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] test/amdgpu/amd_color: Add test description to amd_color tests
@ 2023-07-13 14:18 Stylon Wang
  2023-07-13 15:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stylon Wang @ 2023-07-13 14:18 UTC (permalink / raw)
  To: igt-dev

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

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-13 14:18 [igt-dev] [PATCH i-g-t] test/amdgpu/amd_color: Add test description to amd_color tests Stylon Wang
2023-07-13 15:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " 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

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