From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/tyr: Use DRM device type alias across driver Date: Tue, 03 Mar 2026 12:52:31 +1000 Message-ID: In-Reply-To: <20260302202331.176140-1-deborah.brouwer@collabora.com> References: <20260302202331.176140-1-deborah.brouwer@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/tyr: Use DRM device type alias across driver Author: Deborah Brouwer Patches: 1 Reviewed: 2026-03-03T12:52:31.199995 --- This is a single, straightforward cleanup patch for the Rust-based Tyr DRM = driver. It replaces verbose fully-qualified `drm::Device` typ= es with the existing convenience alias `TyrDrmDevice` in `file.rs` and `gem= .rs`. The change is purely mechanical with no functional impact. **Notably, the drm-next tree already contains an equivalent (and more compr= ehensive) version of this change** =E2=80=94 the types have been renamed fr= om `TyrDrmDriver`/`TyrDrmDevice` to `TyrDriver`/`TyrDevice`, and both `file= .rs` and `gem.rs` already use the alias. This patch appears to be based on = an older branch where the renaming hasn't happened yet. The patch itself ma= y already be superseded or need rebasing. The patch is correct for the base it targets. No issues found. --- Generated by Claude Code Patch Reviewer