Re: [PATCH 03/10] drm/amdgpu: Separate reinitialization after reset

2024-09-09 Thread Alex Deucher
On Mon, Sep 2, 2024 at 3:34 AM Lijo Lazar wrote: > > Move the reinitialization part after a reset to another function. No > functional changes. > > Signed-off-by: Lijo Lazar Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h| 2 + > drivers/gpu/drm/amd/amdgpu/amdgpu_

[PATCH 03/10] drm/amdgpu: Separate reinitialization after reset

2024-09-02 Thread Lijo Lazar
Move the reinitialization part after a reset to another function. No functional changes. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 150 - 2 files changed, 89 insertions(+), 63 deletions(-) d