Re: [PATCH 05/10] drm/amdgpu: Add helper to initialize badpage info

2024-09-09 Thread Alex Deucher
On Mon, Sep 2, 2024 at 3:53 AM Lijo Lazar wrote: > > Add a separate function to read badpage data during initialization. > Reading bad pages will need hardware access and cannot be done during > reset. Hence in cases where device needs a full reset during > init itself, attempting to read will cau

[PATCH 05/10] drm/amdgpu: Add helper to initialize badpage info

2024-09-02 Thread Lijo Lazar
Add a separate function to read badpage data during initialization. Reading bad pages will need hardware access and cannot be done during reset. Hence in cases where device needs a full reset during init itself, attempting to read will cause a deadlock. Signed-off-by: Lijo Lazar --- drivers/gpu/