Re: [PATCH 1/2] drm/tyr: move reset work to platform driver data
Daniel Almeida <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
> On 23 Aug 2026, at 07:50, Onur Özkan <[email protected]> wrote: > > Move ResetHandle out of DRM registration data and store it as the first > field of platform driver data. This makes platform teardown drain queued > or running reset work before dropping the DRM registration and the “or -> on” running the reset work before? Otherwise I find this hard to parse. > resources it owns. Can you describe a bit more the consequences here? i.e.: IIUC the reset work would access dropped resources otherwise. > > Signed-off-by: Onur Özkan <[email protected]> Reviewed-by: Daniel Almeida <[email protected]>