RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

2023-03-27 Thread Zhang, Yifan
Subject: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume If the gfx imu is poweroff when suspend, then it need to be re-enabled when resume. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 40 --- 1 file changed, 28 insertions(+), 12 deletions

RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

2023-03-24 Thread Huang, Tim
[Public] -Original Message- From: Chen, Guchun Sent: Friday, March 24, 2023 3:26 PM To: Huang, Tim ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Yifan ; Ma, Li ; Du, Xiaojian ; Huang, Tim Subject: RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

2023-03-24 Thread Huang, Tim
[Public] -Original Message- From: Quan, Evan Sent: Friday, March 24, 2023 3:17 PM To: Huang, Tim ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Yifan ; Ma, Li ; Du, Xiaojian ; Huang, Tim Subject: RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume [AMD

RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

2023-03-24 Thread Chen, Guchun
> -Original Message- > From: amd-gfx On Behalf Of Tim > Huang > Sent: Friday, March 24, 2023 3:08 PM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Zhang, Yifan > ; Ma, Li ; Du, Xiaojian > ; Huang, Tim > Subject: [PATCH] drm/amd/pm: re-

RE: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

2023-03-24 Thread Quan, Evan
ect: [PATCH] drm/amd/pm: re-enable the gfx imu when smu resume > > If the gfx imu is poweroff when suspend, then > it need to be re-enabled when resume. > > Signed-off-by: Tim Huang > --- > drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 40 > --

[PATCH] drm/amd/pm: re-enable the gfx imu when smu resume

2023-03-24 Thread Tim Huang
If the gfx imu is poweroff when suspend, then it need to be re-enabled when resume. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 40 --- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/dr