RE: [PATCH] drm/amdgpu: trigger flr_work if reading pf2vf data failed

2024-03-17 Thread Zhang, Hawking
: trigger flr_work if reading pf2vf data failed if reading pf2vf data failed 30 times continuously, it means something is wrong. Need to trigger flr_work to recover the issue. also use dev_err to print the error message to get which device has issue and add warning message if waiting

[PATCH] drm/amdgpu: trigger flr_work if reading pf2vf data failed

2024-03-17 Thread Zhigang Luo
if reading pf2vf data failed 30 times continuously, it means something is wrong. Need to trigger flr_work to recover the issue. also use dev_err to print the error message to get which device has issue and add warning message if waiting IDH_FLR_NOTIFICATION_CMPL timeout. Signed-off-by: Zhigang

RE: [PATCH] drm/amdgpu: trigger flr_work if reading pf2vf data failed

2024-03-16 Thread Skvortsov, Victor
TCH] drm/amdgpu: trigger flr_work if reading pf2vf data failed > > Caution: This message originated from an External Source. Use proper > caution when opening attachments, clicking links, or responding. > > > On 3/14/2024 10:24 PM, Zhigang Luo wrote: > > if reading pf2vf data

Re: [PATCH] drm/amdgpu: trigger flr_work if reading pf2vf data failed

2024-03-15 Thread Lazar, Lijo
On 3/14/2024 10:24 PM, Zhigang Luo wrote: > if reading pf2vf data failed 5 times continuously, it means something is > wrong. Need to trigger flr_work to recover the issue. > > also use dev_err to print the error message to get which device has > issue and add warning message if waiting

[PATCH] drm/amdgpu: trigger flr_work if reading pf2vf data failed

2024-03-14 Thread Zhigang Luo
if reading pf2vf data failed 5 times continuously, it means something is wrong. Need to trigger flr_work to recover the issue. also use dev_err to print the error message to get which device has issue and add warning message if waiting IDH_FLR_NOTIFICATION_CMPL timeout. Signed-off-by: Zhigang