Re: [PATCH v1] drm/amdgpu: Clean up duplicate ip_block object

2024-10-07 Thread Khatri, Sunil
Yes Already Pushed. Thanks for the review. On 10/8/2024 11:47 AM, Christian König wrote: Am 03.10.24 um 15:49 schrieb Sunil Khatri: remove the duplicate ip_block object in the isp_hw_init function. Signed-off-by: Sunil Khatri You probably already pushed this, but Reviewed-by: Christian Kön

Re: [PATCH v1] drm/amdgpu: Clean up duplicate ip_block object

2024-10-07 Thread Christian König
Am 03.10.24 um 15:49 schrieb Sunil Khatri: remove the duplicate ip_block object in the isp_hw_init function. Signed-off-by: Sunil Khatri You probably already pushed this, but Reviewed-by: Christian König anyway. Regards, Christian. --- drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | 6 -

Re: [PATCH v1] drm/amdgpu: Clean up duplicate ip_block object

2024-10-03 Thread Alex Deucher
Reviewed-by: Alex Deucher On Thu, Oct 3, 2024 at 9:50 AM Sunil Khatri wrote: > > remove the duplicate ip_block object in the > isp_hw_init function. > > Signed-off-by: Sunil Khatri > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/dri