Re: [PATCH 1/3] drm/amdgpu: fix IB test MCBP bug

2020-03-02 Thread Christian König
PM To: Liu, Monk ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 1/3] drm/amdgpu: fix IB test MCBP bug Am 02.03.20 um 10:22 schrieb Monk Liu: 1)for gfx IB test we shouldn't insert DE meta data 2)we should make sure IB test finished before we send event 3 to hypervisor otherwise the IDLE fro

RE: [PATCH 1/3] drm/amdgpu: fix IB test MCBP bug

2020-03-02 Thread Liu, Monk
From: Christian König Sent: Monday, March 2, 2020 5:35 PM To: Liu, Monk ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 1/3] drm/amdgpu: fix IB test MCBP bug Am 02.03.20 um 10:22 schrieb Monk Liu: > 1)for gfx IB test we shouldn't insert DE meta data > > 2)we should make sure IB

Re: [PATCH 1/3] drm/amdgpu: fix IB test MCBP bug

2020-03-02 Thread Christian König
Am 02.03.20 um 10:22 schrieb Monk Liu: 1)for gfx IB test we shouldn't insert DE meta data 2)we should make sure IB test finished before we send event 3 to hypervisor otherwise the IDLE from event 3 will preempt IB test, which is not designed as a compatible structure for MCBP Signed-off-by:

[PATCH 1/3] drm/amdgpu: fix IB test MCBP bug

2020-03-02 Thread Monk Liu
1)for gfx IB test we shouldn't insert DE meta data 2)we should make sure IB test finished before we send event 3 to hypervisor otherwise the IDLE from event 3 will preempt IB test, which is not designed as a compatible structure for MCBP Signed-off-by: Monk Liu ---