Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-18 Thread Deucher, Alexander
[Public] Will do. Alex From: Kuehling, Felix Sent: Monday, July 18, 2022 11:29 AM To: Mike Lothian ; Christian König Cc: Pan, Xinhui ; amd-gfx@lists.freedesktop.org ; Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: Fix a NULL

Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-18 Thread Felix Kuehling
, July 7, 2022 11:47 PM To: Christian König ; Pan, Xinhui ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence Am 2022-07-07 um 05:54 schrieb Christian König: Am 07.07.22 um 11:50 schrieb xinhui pan

Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-18 Thread Mike Lothian
y, July 7, 2022 11:47 PM > > To: Christian König ; Pan, Xinhui > > ; amd-gfx@lists.freedesktop.org > > Cc: Deucher, Alexander ; Koenig, Christian > > > > Subject: Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence > > > > Am 2022-07-07 um

Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-08 Thread Christian König
new patch to remove this duplicated ef removal. -Original Message- From: Kuehling, Felix Sent: Thursday, July 7, 2022 11:47 PM To: Christian König ; Pan, Xinhui ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: Fix a NULL pointer of

RE: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-07 Thread Pan, Xinhui
Christian König ; Pan, Xinhui ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence Am 2022-07-07 um 05:54 schrieb Christian König: > Am 07.07.22 um 11:50 schrieb xinhui pan: >> Fence is accessed by dma_r

Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-07 Thread Mike Lothian
Hi This appears to fix https://gitlab.freedesktop.org/drm/amd/-/issues/2074 Feel free to add my tested by Thanks Mike On Thu, 7 Jul 2022 at 10:51, xinhui pan wrote: > > Fence is accessed by dma_resv_add_fence() now. > Use amdgpu_amdkfd_remove_eviction_fence instead. > > Signed-off-by: xinhui

Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-07 Thread Felix Kuehling
Am 2022-07-07 um 05:54 schrieb Christian König: Am 07.07.22 um 11:50 schrieb xinhui pan: Fence is accessed by dma_resv_add_fence() now. Use amdgpu_amdkfd_remove_eviction_fence instead. Signed-off-by: xinhui pan ---   drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 ++--   1 file changed,

Re: [PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-07 Thread Christian König
Am 07.07.22 um 11:50 schrieb xinhui pan: Fence is accessed by dma_resv_add_fence() now. Use amdgpu_amdkfd_remove_eviction_fence instead. Signed-off-by: xinhui pan --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] drm/amdgpu: Fix a NULL pointer of fence

2022-07-07 Thread xinhui pan
Fence is accessed by dma_resv_add_fence() now. Use amdgpu_amdkfd_remove_eviction_fence instead. Signed-off-by: xinhui pan --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c