RE: [PATCH] drm/amdgpu: Fix NULL pointer issue

2023-10-26 Thread Zhang, Jesse(Jie)
[AMD Official Use Only - General] Looks like Tao's patch already fixed it, [PATCH] drm/amdgpu: check RAS supported first in ras_reset_error_count [Zhang, Jesse(Jie)] I see it, Thanks for you reminder. Thanks, Candice -Original Message- From: amd-gfx On Behalf Of Jesse Zhang Sent:

RE: [PATCH] drm/amdgpu: Fix NULL pointer issue

2023-10-26 Thread Li, Candice
[AMD Official Use Only - General] Looks like Tao's patch already fixed it, [PATCH] drm/amdgpu: check RAS supported first in ras_reset_error_count Thanks, Candice -Original Message- From: amd-gfx On Behalf Of Jesse Zhang Sent: Thursday, October 26, 2023 4:37 PM To:

Re: [PATCH] drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fence

2017-11-09 Thread Christian König
Am 09.11.2017 um 08:59 schrieb Emily Deng: The array[first] may be null when the fence has already been signaled. BUG: SWDEV-136239 Signed-off-by: Emily Deng Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7