Re: [PATCH v3 2/7] drm: nova: Add DRM registration data
"Danilo Krummrich" <[email protected]> Sat, 25 Jul 2026 17:23:24 +0200
| Newsgroups | dev.linux.lists.nova-gpu,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Thu Jul 23, 2026 at 8:30 AM CEST, Alistair Popple wrote:
> +/// DRM registration data, accessible from ioctl handlers via the regist=
ration guard.
> +pub(crate) struct DrmRegData<'bound> {
> + #[expect(unused)]
> + pub(crate) api: Pin<&'bound NovaCoreApi<'bound>>,
> +}
Same as in the previous patch, please use another name than 'bound; 'drm ma=
ybe?