diff --git a/src/panfrost/clc/pan_compile.c b/src/panfrost/clc/pan_compile.c index 5761de5ea95..ace91124c3b 100644 --- a/src/panfrost/clc/pan_compile.c +++ b/src/panfrost/clc/pan_compile.c @@ -113,8 +113,7 @@ compile(void *memctx, const uint32_t *spirv, size_t spirv_size, unsigned arch) NIR_PASS(_, nir, nir_lower_printf, &(const struct nir_lower_printf_options){ - .max_buffer_size = LIBPAN_PRINTF_BUFFER_SIZE - 8, - .ptr_bit_size = 64, + .hash_format_strings = true, }); /* We have to lower away local constant initializers right before we