RE: [PATCH 1/2] drm/amdgpu: avoid using invalidate semaphore for SRIOV

2019-12-03 Thread Zhu, Changfeng
; Deucher, Alexander Subject: Re: [PATCH 1/2] drm/amdgpu: avoid using invalidate semaphore for SRIOV Am 03.12.19 um 09:50 schrieb Changfeng.Zhu: > From: changzhu > > It may fail to load guest driver in round 2 when using invalidate > semaphore for SRIOV. So it needs to avoid usin

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

2019-12-03 Thread Christian König
Am 03.12.19 um 09:50 schrieb Changfeng.Zhu: From: changzhu It may fail to load guest driver in round 2 when using invalidate semaphore for SRIOV. So it needs to avoid using invalidate semaphore for SRIOV. That sounds like the registers are just not correctly initialized when the driver is

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

2019-12-03 Thread Changfeng.Zhu
From: changzhu It may fail to load guest driver in round 2 when using invalidate semaphore for SRIOV. So it needs to avoid using invalidate semaphore for SRIOV. Change-Id: I8db1dc6f990fd0c458953571936467551cd4102d Signed-off-by: changzhu --- drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 21

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

2019-12-01 Thread Changfeng.Zhu
From: changzhu It may fail to load guest driver in round 2 when using invalidate semaphore for SRIOV. So it needs to avoid using invalidate semaphore for SRIOV. Fix for:http://ontrack-internal.amd.com/browse/SWDEV-214157 Change-Id: I1e498d33df2f8a53dbbec7a28672085cea68acb8 Signed-off-by: