king
Subject: RE: [PATCH] drm/amdgpu: Keep reset handlers shared
[AMD Official Use Only - General]
Reviewed-by: Le Ma
> -Original Message-
> From: amd-gfx On Behalf Of
> Lazar, Lijo
> Sent: Wednesday, August 16, 2023 1:38 PM
> To: Lazar, Lijo ; amd-gfx@lists.freedeskto
awking
> Subject: RE: [PATCH] drm/amdgpu: Keep reset handlers shared
>
> [AMD Official Use Only - General]
>
> [AMD Official Use Only - General]
>
>
>
> Thanks,
> Lijo
>
> -Original Message-
> From: amd-gfx On Behalf Of Lijo
> Lazar
> Sent: Thu
[AMD Official Use Only - General]
Thanks,
Lijo
-Original Message-
From: amd-gfx On Behalf Of Lijo Lazar
Sent: Thursday, August 10, 2023 5:14 PM
To: amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander ; Kamal, Asad
; Zhang, Hawking
Subject: [PATCH] drm/amdgpu: Keep reset handlers
On 8/10/2023 8:41 PM, Christian König wrote:
Am 10.08.23 um 13:44 schrieb Lijo Lazar:
Instead of maintaining a list per device, keep the reset handlers common
per ASIC family. A pointer to the list of handlers is maintained in
reset control.
Why should this be beneficial?
There is a global
Am 10.08.23 um 13:44 schrieb Lijo Lazar:
Instead of maintaining a list per device, keep the reset handlers common
per ASIC family. A pointer to the list of handlers is maintained in
reset control.
Why should this be beneficial?
Christian.
Signed-off-by: Lijo Lazar
---
drivers/gpu/drm/amd
Instead of maintaining a list per device, keep the reset handlers common
per ASIC family. A pointer to the list of handlers is maintained in
reset control.
Signed-off-by: Lijo Lazar
---
drivers/gpu/drm/amd/amdgpu/aldebaran.c | 19 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.