[PATCH v2 03/10] drm/amdgpu: abort fence poll if reset is started
Li, Yunxiang (Teddy)
Yunxiang.Li at amd.com
Wed May 29 14:31:25 UTC 2024
[Public]
> The problem is that we don't force complete the non scheduler rings, e.g. MES,
> KIQ etc...
>
> Try to remove this check here from the loop in
> amdgpu_device_pre_asic_reset():
>
> if (!amdgpu_ring_sched_ready(ring))
> continue;
Ah, I see. Though I don't think this would work for the mes case, since each submission grabs their own wb address rather than using the ring.
More information about the amd-gfx
mailing list