Re: [PATCH 1/1] drm/radeon: Initialize fences array entries in radeon_sa_bo_next_hole

2022-06-08 Thread Christian König
Am 07.06.22 um 17:19 schrieb Xiaohui Zhang: Similar to the handling of amdgpu_sa_bo_next_hole in commit 6a15f3ff19a8 ("drm/amdgpu: Initialize fences array entries in amdgpu_sa_bo_next_hole"), we thought a patch might be needed here as well. The entries were only initialized once in radeon_sa_bo_

[PATCH 1/1] drm/radeon: Initialize fences array entries in radeon_sa_bo_next_hole

2022-06-08 Thread Xiaohui Zhang
Similar to the handling of amdgpu_sa_bo_next_hole in commit 6a15f3ff19a8 ("drm/amdgpu: Initialize fences array entries in amdgpu_sa_bo_next_hole"), we thought a patch might be needed here as well. The entries were only initialized once in radeon_sa_bo_new. If a fence wasn't signalled yet in the fi

Re: [PATCH 1/1] drm/radeon: Initialize fences array entries in radeon_sa_bo_next_hole

2022-06-07 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Jun 7, 2022 at 12:04 PM Xiaohui Zhang wrote: > > Similar to the handling of amdgpu_sa_bo_next_hole in commit 6a15f3ff19a8 > ("drm/amdgpu: Initialize fences array entries in amdgpu_sa_bo_next_hole"), > we thought a patch might be needed here as well. > > The entries