From 8b2ff9a8cfbf8e9d4439e55ffa231971ef53b9eb Mon Sep 17 00:00:00 2001 From: Lars-Ivar Hesselberg Simonsen Date: Wed, 7 May 2025 10:19:26 +0200 Subject: [PATCH] panfrost: Add pan_unpack to ForEachMacros While various pan_pack macros were already there, pan_unpack was missing. Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/.clang-format b/src/panfrost/.clang-format index af3e9761090..6756284e14f 100644 --- a/src/panfrost/.clang-format +++ b/src/panfrost/.clang-format @@ -77,6 +77,7 @@ ForEachMacros: [ 'pan_pack', 'pan_pack_nodefaults', 'pan_section_pack', + 'pan_unpack', 'panvk_cs_reg_upd_ctx', 'u_foreach_bit', ]