Re: [PATCH v4 3/3] drm/tyr: add GPU reset infrastructure
Onur Özkan <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 13 Aug 2026 20:25:15 -0300 Daniel Almeida <[email protected]> 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.