[PATCH] tests/kms_addfb_basic: Fix addfb25_tests to not require intel

Zhang, George George.Zhang at amd.com
Mon Jan 20 17:22:10 UTC 2025


[AMD Official Use Only - AMD Internal Distribution Only]

> From: Zhang, George <George.Zhang at amd.com>
> Sent: Monday, January 20, 2025 12:10 PM
> To: igt-dev at lists.freedesktop.org
> Cc: juha-pekka.heikkila at intel.com; Clinton.A.Taylor at intel.com; Zhang, George
> <George.Zhang at amd.com>
> Subject: [PATCH] tests/kms_addfb_basic: Fix addfb25_tests to not require intel
>
> From: George Zhang <george.zhang at amd.com>
>
> This test does not require running on intel devices, so move it under the
> display_require.
>
> It was accidentally moved under the igt_require_intel fixture when it was meant to
> be moved under the igt_display_require.
>
> Fixes: 109d23b91a30 ("tests/kms_addfb_basic: fix x-tiled tests for case when there
> is no x-tile)
>
> Signed-off-by: George Zhang <george.zhang at amd.com>

Cc: Juha-pekka Heikkila <juha-pekka.heikkila at intel.com>
Cc: Clint Taylor <Clinton.A.Taylor at intel.com>

Add Cc since I forgot
> ---
>  tests/kms_addfb_basic.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_addfb_basic.c b/tests/kms_addfb_basic.c index
> 3ba87117b..30ca8b016 100644
> --- a/tests/kms_addfb_basic.c
> +++ b/tests/kms_addfb_basic.c
> @@ -1022,11 +1022,11 @@ igt_main
>
>               size_tests(fd);
>
> +             addfb25_tests(fd);
> +
>               igt_fixture
>                       igt_require_intel(fd);
>
> -             addfb25_tests(fd);
> -
>               addfb25_ytile(fd);
>
>               addfb25_4tile(fd);
> --
> 2.43.0



More information about the igt-dev mailing list