[PATCH 2/2] drm/amdgpu: avoid using invalidate semaphore for picasso

2019-12-03 Thread Changfeng.Zhu
From: changzhu It may cause timeout waiting for sem acquire in VM flush when using invalidate semaphore for picasso. So it needs to avoid using invalidate semaphore for piasso. Change-Id: I300e96af5c66b33a7d61e6420caa33d70471d44a Signed-off-by: changzhu --- drivers/gpu/drm/amd/amdgpu/gmc_v10_0

Re: [PATCH 2/2] drm/amdgpu: avoid using invalidate semaphore for picasso

2019-12-02 Thread Alex Deucher
On Mon, Dec 2, 2019 at 1:11 AM Changfeng.Zhu wrote: > > From: changzhu > > It may cause timeout waiting for sem acquire in VM flush when using > invalidate semaphore for picasso. So it needs to avoid using invalidate > semaphore for piasso. Is this really just picasso? I think it would be simpl

[PATCH 2/2] drm/amdgpu: avoid using invalidate semaphore for picasso

2019-12-01 Thread Changfeng.Zhu
From: changzhu It may cause timeout waiting for sem acquire in VM flush when using invalidate semaphore for picasso. So it needs to avoid using invalidate semaphore for piasso. Change-Id: I193e6a9eecc0a8b2c99baabf18ad816fb473da52 Signed-off-by: changzhu --- drivers/gpu/drm/amd/amdgpu/gmc_v10_0