[i-g-t] tests/kms_color: CTM 0.2 & 0.8
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Fri Oct 7 10:14:20 UTC 2022
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_color.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/kms_color.c b/tests/kms_color.c
index d5df9840..3f1bce47 100644
--- a/tests/kms_color.c
+++ b/tests/kms_color.c
@@ -980,11 +980,11 @@ run_tests_for_pipe(data_t *data)
0.0, 0.0, -1.0 },
"Check the color transformation for negative transparency"
},
- { "ctm-0-25", 5,
+ { "ctm-0-20", 5,
{{ 0.0, }, { 0.0, }, { 0.0, }},
- { 0.25, 0.0, 0.0,
- 0.0, 0.25, 0.0,
- 0.0, 0.0, 0.25 },
+ { 0.2, 0.0, 0.0,
+ 0.0, 0.2, 0.0,
+ 0.0, 0.0, 0.2 },
"Check the color transformation for 0.25 transparency"
},
{ "ctm-0-50", 5,
@@ -994,11 +994,11 @@ run_tests_for_pipe(data_t *data)
0.0, 0.0, 0.5 },
"Check the color transformation for 0.5 transparency"
},
- { "ctm-0-75", 7,
+ { "ctm-0-80", 7,
{{ 0.0, }, { 0.0, }, { 0.0, }},
- { 0.75, 0.0, 0.0,
- 0.0, 0.75, 0.0,
- 0.0, 0.0, 0.75 },
+ { 0.8, 0.0, 0.0,
+ 0.0, 0.8, 0.0,
+ 0.0, 0.0, 0.8 },
"Check the color transformation for 0.75 transparency"
},
};
--
2.37.3
More information about the Intel-gfx-trybot
mailing list