From 6f70425ef5580f4e2d8b8b5952d46076719876d3 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: --- src/panfrost/ci/panfrost-g52-fails.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panfrost/ci/panfrost-g52-fails.txt b/src/panfrost/ci/panfrost-g52-fails.txt index 22de1f2c293..4f826ad15f6 100644 --- a/src/panfrost/ci/panfrost-g52-fails.txt +++ b/src/panfrost/ci/panfrost-g52-fails.txt @@ -491,3 +491,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