Re: [PATCH v4 3/3] drm/tyr: add GPU reset infrastructure
From: Onur Özkan
Date: Fri Aug 14 2026 - 07:21:15 EST
On Thu, 13 Aug 2026 20:25:15 -0300
Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx> wrote:
> Hi Onur,
>
> Can we move the iomem to the HwGate and get rid of its Arc? This way we
> ensure that all hardware access must consider the possibility of an ongoing
> reset by having each component that needs hardware access hold an Arc<HwGate>
> instead. Perhaps we can even broaden this to "hardware must be powered on" at
> some point in the future.
Sounds good to me, will do that in v5.
Regards,
Onur
>
> Otherwise, this looks good to me. Let's wait for Alice too.