From 00472fd1053e536396fa00d122e7cd95dd786a2c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 4 Feb 2025 20:01:58 +0100 Subject: [PATCH] panvk/ci: add back incorrectly removed crash Turns out, this was only fixed on G610, not on G52. Fixes: f93a48e4e34 ("panfrost: fix hang by using MALI_PIXEL_KILL_WEAK_EARLY in color preload") Part-of: (cherry picked from commit 6f70425ef5580f4e2d8b8b5952d46076719876d3) --- .pick_status.json | 2 +- src/panfrost/ci/panfrost-g52-fails.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 989608a30d3..dc66172f4b7 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -214,7 +214,7 @@ "description": "panvk/ci: add back incorrectly removed crash", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "f93a48e4e3462ac214b8f5d1217cbe640d0cd34b", "notes": null diff --git a/src/panfrost/ci/panfrost-g52-fails.txt b/src/panfrost/ci/panfrost-g52-fails.txt index 1eea3703a61..ad190749995 100644 --- a/src/panfrost/ci/panfrost-g52-fails.txt +++ b/src/panfrost/ci/panfrost-g52-fails.txt @@ -493,3 +493,6 @@ dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.indexed_draw.draw_instanced_inde dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.indexed_draw.draw_instanced_indexed_triangle_strip_offset_negative_large_with_bind_offset_with_alloc_offset,Fail dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.indexed_draw.draw_instanced_indexed_triangle_strip_with_alloc_offset,Fail dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.indexed_draw.draw_instanced_indexed_triangle_strip_with_bind_offset_with_alloc_offset,Fail + +dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_1.multi_draw_barriers,Crash +dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_1.multi_draw_barriers,Crash