Re: [PATCH v2] drm/amdgpu: Add -ENOMEM error handling when there is no memory

2023-07-24 Thread Alex Deucher
On Sun, Jul 23, 2023 at 8:53 AM Srinivasan Shanmugam wrote: > > Return -ENOMEM, when there is no sufficient dynamically allocated memory > > Cc: Christian König > Cc: Alex Deucher > Signed-off-by: Srinivasan Shanmugam Reviewed-by: Alex Deucher > --- > > v2: > - Added -ENOMEM - when it

[PATCH v2] drm/amdgpu: Add -ENOMEM error handling when there is no memory

2023-07-23 Thread Srinivasan Shanmugam
Return -ENOMEM, when there is no sufficient dynamically allocated memory Cc: Christian König Cc: Alex Deucher Signed-off-by: Srinivasan Shanmugam --- v2: - Added -ENOMEM - when it failed to create MQD backup, while creating MQD for each KCQ drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 17