* [PATCH i-g-t ] tests/amdgpu: filter some asic for invalid packet length.
@ 2024-09-11 6:24 Jesse.zhang@amd.com
2024-09-11 20:09 ` vitaly prosyak
2024-09-12 3:42 ` ✗ Fi.CI.BUILD: failure for " Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Jesse.zhang@amd.com @ 2024-09-11 6:24 UTC (permalink / raw)
To: igt-dev
Cc: Vitaly Prosyak, Alex Deucher, Christian Koenig, Kamil Konieczny,
jesse(jie) zhang
From: "jesse(jie) zhang" <jesse.zhang@amd.com>
Filter some devices because the firmware does not support recovery it.
Signed-off-by: Jesse Zhang <jesse.zhang@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 } } },
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH i-g-t ] tests/amdgpu: filter some asic for invalid packet length.
2024-09-11 6:24 [PATCH i-g-t ] tests/amdgpu: filter some asic for invalid packet length Jesse.zhang@amd.com
@ 2024-09-11 20:09 ` vitaly prosyak
2024-09-12 3:42 ` ✗ Fi.CI.BUILD: failure for " Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: vitaly prosyak @ 2024-09-11 20:09 UTC (permalink / raw)
To: Jesse.zhang@amd.com, igt-dev
Cc: Vitaly Prosyak, Alex Deucher, Christian Koenig, Kamil Konieczny
The change looks good to me
Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
On 2024-09-11 02:24, Jesse.zhang@amd.com wrote:
> From: "jesse(jie) zhang" <jesse.zhang@amd.com>
>
> Filter some devices because the firmware does not support recovery it.
>
> Signed-off-by: Jesse Zhang <jesse.zhang@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 } } },
^ permalink raw reply [flat|nested] 3+ messages in thread* ✗ Fi.CI.BUILD: failure for tests/amdgpu: filter some asic for invalid packet length.
2024-09-11 6:24 [PATCH i-g-t ] tests/amdgpu: filter some asic for invalid packet length Jesse.zhang@amd.com
2024-09-11 20:09 ` vitaly prosyak
@ 2024-09-12 3:42 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2024-09-12 3:42 UTC (permalink / raw)
To: Jesse.zhang@amd.com; +Cc: igt-dev
== Series Details ==
Series: tests/amdgpu: filter some asic for invalid packet length.
URL : https://patchwork.freedesktop.org/series/138499/
State : failure
== Summary ==
Applying: tests/amdgpu: filter some asic for invalid packet length.
Using index info to reconstruct a base tree...
M tests/amdgpu/amd_queue_reset.c
Falling back to patching base and 3-way merge...
Auto-merging tests/amdgpu/amd_queue_reset.c
CONFLICT (content): Merge conflict in tests/amdgpu/amd_queue_reset.c
Patch failed at 0001 tests/amdgpu: filter some asic for invalid packet length.
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-12 3:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 6:24 [PATCH i-g-t ] tests/amdgpu: filter some asic for invalid packet length Jesse.zhang@amd.com
2024-09-11 20:09 ` vitaly prosyak
2024-09-12 3:42 ` ✗ Fi.CI.BUILD: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox