Re: [PATCH] drm/amdgpu: fix a race in GPU reset with IB test (v2)

2019-05-31 Thread Christian König
Am 29.05.19 um 20:44 schrieb Alex Deucher: Split late_init into two functions, one (do_late_init) which just does the hw init, and late_init which calls do_late_init and schedules the IB test work. Call do_late_init in the GPU reset code to run the init code, but not schedule the IB test code.

回复: [PATCH] drm/amdgpu: fix a race in GPU reset with IB test (v2)

2019-05-29 Thread Pan, Xinhui
looks good to me. 发件人: Alex Deucher 发送时间: 2019年5月30日 2:44 收件人: amd-gfx@lists.freedesktop.org 抄送: Deucher, Alexander; Pan, Xinhui 主题: [PATCH] drm/amdgpu: fix a race in GPU reset with IB test (v2) Split late_init into two functions, one (do_late_init)

[PATCH] drm/amdgpu: fix a race in GPU reset with IB test (v2)

2019-05-29 Thread Alex Deucher
Split late_init into two functions, one (do_late_init) which just does the hw init, and late_init which calls do_late_init and schedules the IB test work. Call do_late_init in the GPU reset code to run the init code, but not schedule the IB test code. The IB test code is called directly in the

Re: [PATCH] drm/amdgpu: fix a race in GPU reset with IB test

2019-05-29 Thread Christian König
Am 28.05.19 um 21:29 schrieb Alex Deucher: Split late_init into two functions, one (do_late_init) which just does the hw init, and late_init which calls do_late_init and schedules the IB test work. Call do_late_init in the GPU reset code to run the init code, but not schedule the IB test code.

[PATCH] drm/amdgpu: fix a race in GPU reset with IB test

2019-05-28 Thread Alex Deucher
Split late_init into two functions, one (do_late_init) which just does the hw init, and late_init which calls do_late_init and schedules the IB test work. Call do_late_init in the GPU reset code to run the init code, but not schedule the IB test code. The IB test code is called directly in the