[igt-dev] [PATCH i-g-t] tests/kms_sequence: use pipe_name followed by output_name
Karthik B S
karthik.b.s at intel.com
Fri Oct 13 05:15:16 UTC 2023
On 10/11/2023 2:51 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_sequence.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c
> index c6d6dea00..6716d3860 100644
> --- a/tests/kms_sequence.c
> +++ b/tests/kms_sequence.c
> @@ -320,7 +320,7 @@ igt_main
> if (!i915_pipe_output_combo_valid(&data.display))
> continue;
>
> - igt_dynamic_f("%s-pipe-%s", igt_output_name(output), kmstest_pipe_name(p)) {
> + igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(p), igt_output_name(output)) {
> data.pipe = p;
> data.output = output;
> data.flags = m->flags;
More information about the igt-dev
mailing list