Re: [PATCH 1/2] drm/tyr: move reset work to platform driver data
From: Daniel Almeida
Date: Mon Aug 24 2026 - 13:29:31 EST
> On 23 Aug 2026, at 07:50, Onur Özkan <work@xxxxxxxxxxxxx> 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 <work@xxxxxxxxxxxxx>
Reviewed-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>