On Fri, May 29, 2026 at 2:01 AM Danilo Krummrich <[email protected]> wrote:
>
> Adopt the driver core lifetime infrastructure for tyr.
>
> Separate the driver type from the driver data and use lifetime-bound
> IoMem directly in probe instead of wrapping it in Devres and Arc,
> simplifying register access.
>
> Changes in v2:
>   - Don't return Result from GpuInfo::new()
>   - Use "drm/tyr:" commit message prefix
>
> Danilo Krummrich (2):
>   drm/tyr: separate driver type from driver data
>   drm/tyr: use IoMem directly instead of Devres
>
>  drivers/gpu/drm/tyr/driver.rs | 29 ++++++++++++-----------------
>  drivers/gpu/drm/tyr/gpu.rs    | 17 +++++------------
>  drivers/gpu/drm/tyr/tyr.rs    |  4 ++--
>  3 files changed, 19 insertions(+), 31 deletions(-)

Applied to drm-rust-next. Thanks!

Reply via email to