On Sat, Jan 24, 2026 at 5:13 PM Miguel Ojeda <[email protected]> wrote: > > Tyr needs `CONFIG_COMMON_CLK` to build: > > error[E0432]: unresolved import `kernel::clk::Clk` > --> drivers/gpu/drm/tyr/driver.rs:3:5 > | > 3 | use kernel::clk::Clk; > | ^^^^^^^^^^^^^^^^ no `Clk` in `clk` > > error[E0432]: unresolved import `kernel::clk::OptionalClk` > --> drivers/gpu/drm/tyr/driver.rs:4:5 > | > 4 | use kernel::clk::OptionalClk; > | ^^^^^^^^^^^^^^^^^^^^^^^^ no `OptionalClk` in `clk` > > Thus add the dependency to fix it. > > Fixes: cf4fd52e3236 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs") > Cc: [email protected] > Signed-off-by: Miguel Ojeda <[email protected]>
Thanks Miguel. Since the drm fixes PR for this week was already sent I think we can just include this in drm-rust-next. Though, if you plan a fixes PR for this cycle, you're also welcome to include this patch with my ack. Acked-by: Alice Ryhl <[email protected]> Alice
