mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 17:08:20 +02:00
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:
parent
b0e480d428
commit
f9a5524b3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue