Re: [PATCH] drm/amdgpu: enlarge maximum waiting time of KIQ

2018-12-03 Thread Christian König
Am 03.12.18 um 04:00 schrieb wentalou: KIQ in VF’s init delayed by another VF’s reset, which would cause late_init failed occasionally. MAX_KIQ_REG_TRY enlarged from 20 to 80 would fix this issue. Change-Id: Iac680af3cbd6afe4f8e408785f0795e1b23dba83 Signed-off-by: wentalou Your full name

[PATCH] drm/amdgpu: enlarge maximum waiting time of KIQ

2018-12-02 Thread wentalou
KIQ in VF’s init delayed by another VF’s reset, which would cause late_init failed occasionally. MAX_KIQ_REG_TRY enlarged from 20 to 80 would fix this issue. Change-Id: Iac680af3cbd6afe4f8e408785f0795e1b23dba83 Signed-off-by: wentalou --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- 1 file

Re: [PATCH] drm/amdgpu: enlarge maximum waiting time of KIQ

2018-11-30 Thread Christian König
Am 30.11.18 um 10:48 schrieb wentalou: SWDEV-171843: KIQ in VF’s init delayed by another VF’s reset. late_init failed occasionally if overlapped with another VF’s reset. MAX_KIQ_REG_TRY enlarged from 20 to 80 would fix this issue. Change-Id: I841774bdd9ebf125c5aa2046b1dcebd65e07

[PATCH] drm/amdgpu: enlarge maximum waiting time of KIQ

2018-11-30 Thread wentalou
SWDEV-171843: KIQ in VF’s init delayed by another VF’s reset. late_init failed occasionally if overlapped with another VF’s reset. MAX_KIQ_REG_TRY enlarged from 20 to 80 would fix this issue. Change-Id: I841774bdd9ebf125c5aa2046b1dcebd65e07 Signed-off-by: wentalou ---