Re: [PATCH v2 3/5] clk: bcm: rpi: Maximize V3D clock
From: Stephen Boyd <sboyd@kernel.org>
Date: 2025-09-21 16:25:23
Also in:
dri-devel, linux-clk
From: Stephen Boyd <sboyd@kernel.org>
Date: 2025-09-21 16:25:23
Also in:
dri-devel, linux-clk
Quoting Maíra Canal (2025-07-31 14:06:19)
Although minimizing the clock rate is the best for most scenarios, as
stated in commit 4d85abb0fb8e ("clk: bcm: rpi: Enable minimize for all
firmware clocks"), when it comes to the GPU, it's ideal to have the
maximum rate allowed.
Add an option to maximize a firmware clock's rate when the clock is
enabled and set this option for V3D.
Signed-off-by: Maíra Canal <mcanal@igalia.com>
---Applied to clk-next