[igt-dev] [PATCH i-g-t] tests/kms_scaling_modes: use pipe_name followed by output_name

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


On 10/11/2023 3:07 PM, Swati Sharma wrote:
> Use pipe_name followed by output_name.
>
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
Reviewed-by: Karthik B S <karthik.b.s at intel.com>
> ---
>   tests/kms_scaling_modes.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_scaling_modes.c b/tests/kms_scaling_modes.c
> index bd7ed7e56..c1a8f5c60 100644
> --- a/tests/kms_scaling_modes.c
> +++ b/tests/kms_scaling_modes.c
> @@ -121,7 +121,7 @@ static void test_scaling_mode(data_t *data, uint32_t flags)
>   		if (!i915_pipe_output_combo_valid(display))
>   			continue;
>   
> -		igt_dynamic_f("%s-pipe-%s", output->name, kmstest_pipe_name(pipe))
> +		igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), igt_output_name(output))
>   			test_scaling_mode_on_output(display, pipe, output, flags);
>   	}
>   }


More information about the igt-dev mailing list