From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Swati Sharma <swati2.sharma@intel.com>
Subject: [PATCH i-g-t 3/3] tests/chamelium/kms_chamelium_color: Set rgb_full to 1.0
Date: Mon, 24 Mar 2025 14:39:49 +0530 [thread overview]
Message-ID: <20250324090949.614233-4-swati2.sharma@intel.com> (raw)
In-Reply-To: <20250324090949.614233-1-swati2.sharma@intel.com>
Set red_green_blue_full[] to 1.0 instead of 0.5
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/chamelium/kms_chamelium_color.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/chamelium/kms_chamelium_color.c b/tests/chamelium/kms_chamelium_color.c
index 355047ed6..4088e2eb7 100644
--- a/tests/chamelium/kms_chamelium_color.c
+++ b/tests/chamelium/kms_chamelium_color.c
@@ -342,9 +342,9 @@ static bool test_pipe_limited_range_ctm(data_t *data,
{ 0.0, 0.0, limited_result }
};
color_t red_green_blue_full[] = {
- { 0.5, 0.0, 0.0 },
- { 0.0, 0.5, 0.0 },
- { 0.0, 0.0, 0.5 }
+ { 1.0, 0.0, 0.0 },
+ { 0.0, 1.0, 0.0 },
+ { 0.0, 0.0, 1.0 }
};
double ctm[] = { 1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
--
2.25.1
next prev parent reply other threads:[~2025-03-24 9:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 9:09 [PATCH i-g-t 0/3] Fix ctm-limited subtest Swati Sharma
2025-03-24 9:09 ` [PATCH i-g-t 1/3] lib/igt_chamelium: Add chamelium_frame_match_or_dump_frame_pair() Swati Sharma
2025-03-26 12:23 ` Borah, Chaitanya Kumar
2025-03-27 5:56 ` Sharma, Swati2
2025-03-24 9:09 ` [PATCH i-g-t 2/3] tests/chamelium/kms_chamelium_color: Fix ctm-limited-range subtest Swati Sharma
2025-03-27 5:27 ` Borah, Chaitanya Kumar
2025-03-27 6:02 ` Sharma, Swati2
2025-03-24 9:09 ` Swati Sharma [this message]
2025-03-27 5:30 ` [PATCH i-g-t 3/3] tests/chamelium/kms_chamelium_color: Set rgb_full to 1.0 Borah, Chaitanya Kumar
2025-03-24 13:27 ` ✓ Xe.CI.BAT: success for Fix ctm-limited subtest Patchwork
2025-03-24 13:27 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-03-24 13:43 ` ✗ i915.CI.BAT: " Patchwork
2025-03-24 15:18 ` ✓ Xe.CI.Full: 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=20250324090949.614233-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