Re: [PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-04-22 Thread Christian König
Am 18.04.24 um 18:10 schrieb Alex Deucher: On Thu, Mar 21, 2024 at 10:37 AM Christian König wrote: Am 21.03.24 um 15:12 schrieb Tvrtko Ursulin: On 21/03/2024 12:43, Christian König wrote: This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap. The basic problem

Re: [PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-04-18 Thread Alex Deucher
On Thu, Mar 21, 2024 at 10:37 AM Christian König wrote: > > Am 21.03.24 um 15:12 schrieb Tvrtko Ursulin: > > > > On 21/03/2024 12:43, Christian König wrote: > >> This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move > >> on same heap. The basic problem here is that after the move

Re: [PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-04-08 Thread Oleksandr Natalenko
Hello Christian. On čtvrtek 21. března 2024 15:37:27, CEST Christian König wrote: > Am 21.03.24 um 15:12 schrieb Tvrtko Ursulin: > > > > On 21/03/2024 12:43, Christian König wrote: > >> This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move > >> on same heap. The basic problem here

Re: [PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-03-21 Thread Alex Deucher
On Thu, Mar 21, 2024 at 8:52 AM Christian König wrote: > > This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move > on same heap. The basic problem here is that after the move the old > location is simply not available any more. > > Some fixes where suggested, but essentially we

Re: [PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-03-21 Thread Christian König
Am 21.03.24 um 15:12 schrieb Tvrtko Ursulin: On 21/03/2024 12:43, Christian König wrote: This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap. The basic problem here is that after the move the old location is simply not available any more. Some fixes where

Re: [PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-03-21 Thread Tvrtko Ursulin
On 21/03/2024 12:43, Christian König wrote: This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap. The basic problem here is that after the move the old location is simply not available any more. Some fixes where suggested, but essentially we should call the move

[PATCH] drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()

2024-03-21 Thread Christian König
This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap. The basic problem here is that after the move the old location is simply not available any more. Some fixes where suggested, but essentially we should call the move notification before actually moving things