[igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test
Mohammed Khajapasha
mohammed.khajapasha at intel.com
Fri Nov 27 07:39:49 UTC 2020
Correcting typo error for plane scaler with clipping and clamping
test case.
Cc: petri.latvala at intel.com
Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha at intel.com>
---
tests/kms_plane_scaling.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 39acad6c..89b82416 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -714,7 +714,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
igt_subtest_with_dynamic("scaler-with-clipping-clamping") {
for_each_pipe_with_single_output(&data.display, pipe, output)
- igt_dynamic_f("pipe-%s-scaler-with-rotation", kmstest_pipe_name(pipe))
+ igt_dynamic_f("pipe-%s-scaler-with-clipping-clamping", kmstest_pipe_name(pipe))
test_scaler_with_clipping_clamping_scenario(&data, pipe, output);
}
}
--
2.29.2.154.g7f7ebe054a
More information about the igt-dev
mailing list