On Thu May 14, 2026 at 8:59 PM CEST, Deborah Brouwer wrote: > let unreg_dev = drm::UnregisteredDevice::<TyrDrmDriver>::new(pdev, data)?;
You shouldn't need this anymore as the drm::Registration itself has private data now that is bound to the lifetime of the underlying bus device, which should be the correct lifetime for juggling the GPU page tables.
