tu: fix implicit fallthrough

Fixes:

src/freedreno/vulkan/tu_cmd_buffer.cc:2162:10:
  error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]

The other option is the [[fallthrough]] annotation.

Reviewed-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41518>
This commit is contained in:
Gurchetan Singh 2026-05-08 16:39:07 -07:00 committed by Marge Bot
parent b0e480d428
commit f9a5524b3b

View file

@ -2174,6 +2174,7 @@ tu6_init_static_regs(struct tu_device *dev, struct tu_cs *cs)
(phys_dev->info->props.enable_tp_ubwc_flag_hint
? A6XX_TPL1_DBG_ECO_CNTL1_TP_UBWC_FLAG_HINT
: 0);
break;
case REG_A6XX_SP_CHICKEN_BITS:
value = (value & ~A6XX_SP_CHICKEN_BITS_EOLM_ENABLE) |
(phys_dev->info->props.has_eolm_eogm