diff --git a/src/asahi/compiler/agx_compile.c b/src/asahi/compiler/agx_compile.c index 6ec9add0053..d7587fff728 100644 --- a/src/asahi/compiler/agx_compile.c +++ b/src/asahi/compiler/agx_compile.c @@ -2796,7 +2796,8 @@ agx_optimize_loop_nir(nir_shader *nir) static bool mem_vectorize_cb(unsigned align_mul, unsigned align_offset, unsigned bit_size, unsigned num_components, unsigned hole_size, - nir_intrinsic_instr *low, nir_intrinsic_instr *high, void *data) + nir_intrinsic_instr *low, nir_intrinsic_instr *high, + void *data) { if (hole_size) return false; diff --git a/src/gallium/drivers/asahi/agx_pipe.c b/src/gallium/drivers/asahi/agx_pipe.c index 41312c0f361..d99de6866a9 100644 --- a/src/gallium/drivers/asahi/agx_pipe.c +++ b/src/gallium/drivers/asahi/agx_pipe.c @@ -2641,7 +2641,8 @@ agx_get_cl_cts_version(struct pipe_screen *pscreen) { struct agx_device *dev = agx_device(pscreen); - /* https://www.khronos.org/conformance/adopters/conformant-products/opencl#submission_433 */ + /* https://www.khronos.org/conformance/adopters/conformant-products/opencl#submission_433 + */ if (dev->params.gpu_generation < 15) return "v2024-08-08-00";