Re: [PATCH] drm/amdgpu: enable PCIE atomics ops support

2019-05-28 Thread Christian König
-Original Message- From: amd-gfx On Behalf Of Xiao, Jack Sent: 2019年5月27日 18:19 To: amd-gfx@lists.freedesktop.org Cc: Xiao, Jack Subject: [PATCH] drm/amdgpu: enable PCIE atomics ops support GPU atomics operation depends on PCIE atomics support. Always enable PCIE atomics ops support

Re: [PATCH] drm/amdgpu: enable PCIE atomics ops support

2019-05-27 Thread Kuehling, Felix
c_requested from kfd >> device to kgd device ? In such way, we can avoid duplicate atomic >> request from both amdgpu and amdkfd. >> >> Regards, >> Hawking >> -Original Message- >> From: amd-gfx On Behalf Of >> Xiao, Jack >> Sent: 2019年5月27日 1

Re: [PATCH] drm/amdgpu: enable PCIE atomics ops support

2019-05-27 Thread Christian König
:19 To: amd-gfx@lists.freedesktop.org Cc: Xiao, Jack Subject: [PATCH] drm/amdgpu: enable PCIE atomics ops support GPU atomics operation depends on PCIE atomics support. Always enable PCIE atomics ops support in case that it hasn't been enabled. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd

RE: [PATCH] drm/amdgpu: enable PCIE atomics ops support

2019-05-27 Thread Zhang, Hawking
Of Xiao, Jack Sent: 2019年5月27日 18:19 To: amd-gfx@lists.freedesktop.org Cc: Xiao, Jack Subject: [PATCH] drm/amdgpu: enable PCIE atomics ops support GPU atomics operation depends on PCIE atomics support. Always enable PCIE atomics ops support in case that it hasn't been enabled. Signed-off

[PATCH] drm/amdgpu: enable PCIE atomics ops support

2019-05-27 Thread Xiao, Jack
GPU atomics operation depends on PCIE atomics support. Always enable PCIE atomics ops support in case that it hasn't been enabled. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH] drm/amdgpu: enable PCIE atomics ops support

2019-05-23 Thread Xiao, Jack
GPU atomics operation depends on PCIE atomics support. Always enable PCIE atomics ops support in case that it hasn't been enabled. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 +++ 1 file changed, 7 insertions(+) diff --git