RE: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-22 Thread Liang, Prike
gt; > To: Lazar, Lijo > > > Cc: Deucher, Alexander ; Christian König > > > ; Liang, Prike > > > ; Huang, Ray ; > > > amd-gfx@lists.freedesktop.org > > > Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide > > > suspend aborted > &g

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-22 Thread Alex Deucher
gt; ; Liang, Prike ; > > Huang, Ray ; amd-gfx@lists.freedesktop.org > > Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend > > aborted > > > > On Thu, Nov 18, 2021 at 10:01 AM Lazar, Lijo wrote: > > > > > > [Public] > > > > > > &g

RE: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-22 Thread Liang, Prike
[Public] > -Original Message- > From: Alex Deucher > Sent: Friday, November 19, 2021 12:18 AM > To: Lazar, Lijo > Cc: Deucher, Alexander ; Christian König > ; Liang, Prike ; > Huang, Ray ; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amdgpu: rese

RE: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-22 Thread Liang, Prike
t;>> > >>>>>>> -Original Message- > >>>>>>> From: Lazar, Lijo > >>>>>>> Sent: Thursday, November 18, 2021 4:01 PM > >>>>>>> To: Liang, Prike ; > >>>>>>> amd-gfx@lists.fr

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Alex Deucher
On Thu, Nov 18, 2021 at 10:01 AM Lazar, Lijo wrote: > > [Public] > > > BTW, I'm not sure if 'reset always' on resume is a good idea for GPUs in a > hive (assuming those systems also get suspended and get hiccups). At this > point the hive isn't reinitialized. Yeah, we should probably not reset

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Lazar, Lijo
[Public] BTW, I'm not sure if 'reset always' on resume is a good idea for GPUs in a hive (assuming those systems also get suspended and get hiccups). At this point the hive isn't reinitialized. Thanks, Lijo

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Lazar, Lijo
: [Public] -Original Message- From: Lazar, Lijo Sent: Thursday, November 18, 2021 4:01 PM To: Liang, Prike ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Huang, Ray Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted On 11/18/2021 12:32 PM, Prike Liang

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Alex Deucher
ike > >>> wrote: > >>>> > >>>> [Public] > >>>> > >>>>> -Original Message- > >>>>> From: Lazar, Lijo > >>>>> Sent: Thursday, November 18, 2021 4:01 PM > >>>>> To: Liang,

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Lazar, Lijo
: Liang, Prike ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Huang, Ray Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted On 11/18/2021 12:32 PM, Prike Liang wrote: Do ASIC reset at the moment Sx suspend aborted behind of amdgpu suspend to keep AMDGPU in a

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Christian König
: Deucher, Alexander ; Huang, Ray Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted On 11/18/2021 12:32 PM, Prike Liang wrote: Do ASIC reset at the moment Sx suspend aborted behind of amdgpu suspend to keep AMDGPU in a clean reset state and that can avoid re-initialize

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Lazar, Lijo
: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted On 11/18/2021 12:32 PM, Prike Liang wrote: Do ASIC reset at the moment Sx suspend aborted behind of amdgpu suspend to keep AMDGPU in a clean reset state and that can avoid re-initialize device improperly error. Signed-off-by

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Alex Deucher
, Ray > > > > Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend > > aborted > > > > > > > > On 11/18/2021 12:32 PM, Prike Liang wrote: > > > Do ASIC reset at the moment Sx suspend aborted behind of amdgpu > > > suspend t

RE: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Liang, Prike
[Public] > -Original Message- > From: Lazar, Lijo > Sent: Thursday, November 18, 2021 4:01 PM > To: Liang, Prike ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Huang, Ray > > Subject: Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend >

Re: [PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-18 Thread Lazar, Lijo
On 11/18/2021 12:32 PM, Prike Liang wrote: Do ASIC reset at the moment Sx suspend aborted behind of amdgpu suspend to keep AMDGPU in a clean reset state and that can avoid re-initialize device improperly error. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 1

[PATCH] drm/amdgpu: reset asic after system-wide suspend aborted

2021-11-17 Thread Prike Liang
Do ASIC reset at the moment Sx suspend aborted behind of amdgpu suspend to keep AMDGPU in a clean reset state and that can avoid re-initialize device improperly error. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |