Re: [PATCH] drm/amdgpu: fix failure mapping legacy queue when FLR

2024-05-31 Thread Alex Deucher
On Fri, May 31, 2024 at 6:32 AM Lin.Cao wrote: > > Flag "mes.ring.shced.ready" will be set as true after mes hw init and set > as false when mes hw fini to avoid duplicate initialization. But hw fini > will not be called when function level reset, which will cause mes hw > init be skipped during F

[PATCH] drm/amdgpu: fix failure mapping legacy queue when FLR

2024-05-31 Thread Lin . Cao
Flag "mes.ring.shced.ready" will be set as true after mes hw init and set as false when mes hw fini to avoid duplicate initialization. But hw fini will not be called when function level reset, which will cause mes hw init be skipped during FLR, which will leads to mapping legacy queue fail. Set thi