From 77835f6c21b38dc175f611e8cfcea1801a7b5505 Mon Sep 17 00:00:00 2001 From: Dhruv Mark Collins Date: Mon, 6 Apr 2026 13:55:14 +0000 Subject: [PATCH] zink+turnip/ci: Add failures uncovered by new autotune These failures turned out to be triggered by the new autotune causing rendering mode transitions (such as GMEM -> SYSMEM) which led to a new set of failures to be uncovered. They tend to work as expected under either GMEM or SYSMEM being forced for all RPs but the specific transitions caused by the autotuner leads them to fail. Signed-off-by: Dhruv Mark Collins Part-of: --- src/freedreno/ci/freedreno-a618-fails.txt | 8 ++++++++ src/freedreno/ci/freedreno-a750-fails.txt | 3 +++ src/gallium/drivers/zink/ci/zink-tu-a618-fails.txt | 4 ++++ src/gallium/drivers/zink/ci/zink-tu-a750-fails.txt | 4 ++++ 4 files changed, 19 insertions(+) diff --git a/src/freedreno/ci/freedreno-a618-fails.txt b/src/freedreno/ci/freedreno-a618-fails.txt index 77dcd6d582e..fca49d31360 100644 --- a/src/freedreno/ci/freedreno-a618-fails.txt +++ b/src/freedreno/ci/freedreno-a618-fails.txt @@ -503,3 +503,11 @@ angle-dEQP-GLES2.functional.shaders.algorithm.rgb_to_hsl_vertex,Fail # ../src/freedreno/vulkan/tu_image.cc:512: VkResult tu_image_update_layout(struct tu_device *, struct tu_image *, uint64_t, const VkSubresourceLayout *) [CHIP = A6XX]: assertion "!image->force_linear_tile" failed ahb-dEQP-VK.api.external.memory.android_hardware_buffer.ahb_format_properties.image_formats.r8g8b8a8_unorm,Crash ahb-dEQP-VK.api.external.memory.android_hardware_buffer.ahb_format_properties_2.image_formats.r8g8b8a8_unorm,Crash + +# Early-fragment multisample autotune regressions +dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_alpha_to_coverage_samples_2_maintenance5,Fail +dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_alpha_to_coverage_samples_4_maintenance5,Fail +dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_2,Fail +dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_2_maintenance5,Fail +dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_4,Fail +dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_4_maintenance5,Fail diff --git a/src/freedreno/ci/freedreno-a750-fails.txt b/src/freedreno/ci/freedreno-a750-fails.txt index 6492a4934ef..64cc3e03d38 100644 --- a/src/freedreno/ci/freedreno-a750-fails.txt +++ b/src/freedreno/ci/freedreno-a750-fails.txt @@ -131,3 +131,6 @@ vkd3d-test_stress_fallback_render_target_allocation_device,Fail vkd3d-test_sparse_depth_stencil_rendering,Fail vkd3d-test_clear_render_target_view_extreme_values,Fail + +# Autotune regression +vkd3d-test_multisample_resolve_formats,Fail diff --git a/src/gallium/drivers/zink/ci/zink-tu-a618-fails.txt b/src/gallium/drivers/zink/ci/zink-tu-a618-fails.txt index e3a396587ec..147949c6ce2 100644 --- a/src/gallium/drivers/zink/ci/zink-tu-a618-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-tu-a618-fails.txt @@ -19,6 +19,10 @@ dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_revers dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_reverse_src_y,Fail dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag,Fail +# Autotune regression +dEQP-GLES3.functional.multisample.fbo_4_samples.stencil,Fail +dEQP-GLES3.functional.multisample.fbo_max_samples.stencil,Fail + # EGL # Usual Zink failures wayland-dEQP-EGL.functional.resize.surface_size.grow,Fail diff --git a/src/gallium/drivers/zink/ci/zink-tu-a750-fails.txt b/src/gallium/drivers/zink/ci/zink-tu-a750-fails.txt index bbc85005a53..8ded24a5126 100644 --- a/src/gallium/drivers/zink/ci/zink-tu-a750-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-tu-a750-fails.txt @@ -14,6 +14,10 @@ dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_revers dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_reverse_src_x,Fail dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_reverse_src_y,Fail +# Autotune regression +dEQP-GLES3.functional.multisample.fbo_4_samples.stencil,Fail +dEQP-GLES3.functional.multisample.fbo_max_samples.stencil,Fail + GTF-GL46.gtf30.GL3Tests.sgis_texture_lod.sgis_texture_lod_basic_lod_selection,Fail KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2,Crash