[PATCH i-g-t ] tests/amdgpu: filter some asic for invalid packet length.

vitaly prosyak vprosyak at amd.com
Wed Sep 11 20:09:53 UTC 2024


The change looks good to me

Reviewed-by: Vitaly Prosyak <vitaly.prosyak at amd.com>

On 2024-09-11 02:24, Jesse.zhang at amd.com wrote:
> From: "jesse(jie) zhang" <jesse.zhang at amd.com>
>
> Filter some devices because the firmware does not support recovery it.
>
> Signed-off-by: Jesse Zhang <jesse.zhang at amd.com>
> ---
>  tests/amdgpu/amd_queue_reset.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/amdgpu/amd_queue_reset.c b/tests/amdgpu/amd_queue_reset.c
> index 8f5c7d4b8..d2d57d3da 100644
> --- a/tests/amdgpu/amd_queue_reset.c
> +++ b/tests/amdgpu/amd_queue_reset.c
> @@ -1082,7 +1082,7 @@ igt_main
>  	struct dynamic_test arr_err[] = {
>  			{CMD_STREAM_EXEC_INVALID_PACKET_LENGTH, "CMD_STREAM_EXEC_INVALID_PACKET_LENGTH",
>  				"Stressful-and-multiple-cs-of-bad and good length-operations-using-multiple-processes",
> -				{ {FAMILY_UNKNOWN, 0x1, 0x10 }, {FAMILY_AI, 0x32, 0x3C }, {FAMILY_AI, 0x3C, 0xFF } } },
> +				{ {FAMILY_UNKNOWN, 0x1, 0x10 }, {FAMILY_AI, 0x32, 0xFF }, {FAMILY_GFX1100, 0x1, 0xFF } } },
>  			{CMD_STREAM_EXEC_INVALID_OPCODE, "CMD_STREAM_EXEC_INVALID_OPCODE",
>  				"Stressful-and-multiple-cs-of-bad and good opcode-operations-using-multiple-processes",
>  				{ {FAMILY_UNKNOWN, -1, -1 }, {FAMILY_UNKNOWN, -1, -1 }, {FAMILY_UNKNOWN, -1, -1 } } },


More information about the igt-dev mailing list