Re: [PATCH 2/9] drm/amdgpu/gfx7: Refactor MQD initialization and finalization
Timur Kristóf <[email protected]>
| Newsgroups | org.freedesktop.lists.amd-gfx |
|---|---|
| Message-ID | <7840022.W097sEU6C4@timur-max> |
On 2026. július 15., szerda 10:26:53 közép-európai nyári idő Tvrtko Ursulin wrote: > > > >> Anyway, it looks plausible to me so assuming you were able to exercise > >> both paths > > > > What do you mean by "both paths"? > > The two paths in gfx_v7_0_compute_queue_init. But you must of had since > one is the normal path and the other is on reset which you specifically > add and test. LGTM in this case. Yes, I tested both paths. I wrote this patch because I noticed that all compute queues hang after a soft reset without this. Timur