Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: make test name uniform
@ 2023-05-30  5:18 Swati Sharma
  2023-05-30 17:56 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Swati Sharma @ 2023-05-30  5:18 UTC (permalink / raw)
  To: igt-dev

Rename "upscale" test to "upscale-factor" to align with rest of
the tests.

Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
 tests/kms_plane_scaling.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 0e7cd4a2..77bb905b 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -312,7 +312,7 @@ const struct {
 	},
 	{
 		"Tests downscaling (scaling factor 0.25) and upscaling (scaling factor 0.25) of 2 planes.",
-		"planes-downscale-factor-0-25-upscale-0-25",
+		"planes-downscale-factor-0-25-upscale-factor-0-25",
 		0.25,
 		0.25,
 		TEST_PLANES_DOWNSCALE_UPSCALE,
@@ -333,7 +333,7 @@ const struct {
 	},
 	{
 		"Tests downscaling (scaling factor 0.5) and upscaling (scaling factor 0.25) of 2 planes.",
-		"planes-downscale-factor-0-5-upscale-0-25",
+		"planes-downscale-factor-0-5-upscale-factor-0-25",
 		0.5,
 		0.25,
 		TEST_PLANES_DOWNSCALE_UPSCALE,
@@ -354,7 +354,7 @@ const struct {
 	},
 	{
 		"Tests downscaling (scaling factor 0.75) and upscaling (scaling factor 0.25) of 2 planes.",
-		"planes-downscale-factor-0-75-upscale-0-25",
+		"planes-downscale-factor-0-75-upscale-factor-0-25",
 		0.75,
 		0.25,
 		TEST_PLANES_DOWNSCALE_UPSCALE,
-- 
2.25.1

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

end of thread, other threads:[~2023-06-01  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30  5:18 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: make test name uniform Swati Sharma
2023-05-30 17:56 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-05-31 16:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-06-01  8:08 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila

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