[igt-dev] [PATCH i-g-t] tests/kms_plane: drop planes from dynamic subtest name

Karthik B S karthik.b.s at intel.com
Fri Oct 13 05:10:48 UTC 2023


On 10/11/2023 2:58 PM, Swati Sharma wrote:
> Drop planes from dynamic subtest name.
>
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
Reviewed-by: Karthik B S <karthik.b.s at intel.com>
> ---
>   tests/kms_plane.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_plane.c b/tests/kms_plane.c
> index 9a515559c..edaddd928 100644
> --- a/tests/kms_plane.c
> +++ b/tests/kms_plane.c
> @@ -1307,7 +1307,7 @@ static void run_test(data_t *data, void (*test)(data_t *, enum pipe))
>   			continue;
>   
>   		igt_output_set_pipe(data->output, PIPE_NONE);
> -		igt_dynamic_f("pipe-%s-planes", kmstest_pipe_name(pipe))
> +		igt_dynamic_f("pipe-%s", kmstest_pipe_name(pipe))
>   			test(data, pipe);
>   
>   		if (is_pipe_limit_reached(++count))


More information about the igt-dev mailing list