Re: [PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-13 Thread axie
On 2017-06-13 06:23 AM, Christian König wrote: Am 13.06.2017 um 08:29 schrieb axie: On 2017-06-12 07:00 PM, Christian König wrote: Am 12.06.2017 um 22:31 schrieb Alex Xie: This patch is to move a loop of unref BOs and several memory free function calls out of critical sections. Signed-off-by:

Re: [PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-13 Thread Christian König
Am 13.06.2017 um 08:29 schrieb axie: On 2017-06-12 07:00 PM, Christian König wrote: Am 12.06.2017 um 22:31 schrieb Alex Xie: This patch is to move a loop of unref BOs and several memory free function calls out of critical sections. Signed-off-by: Alex Xie --- drivers/gpu/drm/amd/amdgpu/amdg

Re: [PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-13 Thread Christian König
Am 13.06.2017 um 04:25 schrieb Dave Airlie: On 13 June 2017 at 09:00, Christian König wrote: Am 12.06.2017 um 22:31 schrieb Alex Xie: This patch is to move a loop of unref BOs and several memory free function calls out of critical sections. Signed-off-by: Alex Xie --- drivers/gpu/drm/amd/

Re: [PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-12 Thread axie
On 2017-06-12 07:00 PM, Christian König wrote: Am 12.06.2017 um 22:31 schrieb Alex Xie: This patch is to move a loop of unref BOs and several memory free function calls out of critical sections. Signed-off-by: Alex Xie --- drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 5 - 1 file change

Re: [PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-12 Thread Dave Airlie
On 13 June 2017 at 09:00, Christian König wrote: > Am 12.06.2017 um 22:31 schrieb Alex Xie: >> >> This patch is to move a loop of unref BOs and >> several memory free function calls out of >> critical sections. >> >> Signed-off-by: Alex Xie >> --- >> drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c

Re: [PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-12 Thread Christian König
Am 12.06.2017 um 22:31 schrieb Alex Xie: This patch is to move a loop of unref BOs and several memory free function calls out of critical sections. Signed-off-by: Alex Xie --- drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/

[PATCH 1/4] drm/amdgpu: Optimization of critical section

2017-06-12 Thread Alex Xie
This patch is to move a loop of unref BOs and several memory free function calls out of critical sections. Signed-off-by: Alex Xie --- drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c