Re: [PATCH 2/3] drm/amdgpu: explicitely sync to VM updates

2019-12-04 Thread Felix Kuehling
On 2019-12-04 10:38 a.m., Christian König wrote: Allows us to reduce the overhead while syncing to fences a bit. This allows some further simplification. See two comments inline. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +++--- drivers

RE: [PATCH 2/3] drm/amdgpu: explicitely sync to VM updates

2019-12-04 Thread Zeng, Oak
[AMD Official Use Only - Internal Distribution Only] Regards, Oak -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Wednesday, December 4, 2019 10:38 AM To: amd-gfx@lists.freedesktop.org; Kuehling, Felix ; Yang, Philip Subject: [PATCH 2/3] drm/amdgpu: explicitely

[PATCH 2/3] drm/amdgpu: explicitely sync to VM updates

2019-12-04 Thread Christian König
Allows us to reduce the overhead while syncing to fences a bit. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 22 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.h | 2 ++ 3 files cha