[PATCH 1/3] drm/amd: Allow dGPUs that support BACO to use smart suspend

2023-02-20 Thread Mario Limonciello
If a dGPU is already runtime suspended using BACO, there is no point to waking it up to run regular suspend callbacks. Cc: Peter Kopec Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers

RE: [PATCH 1/3] drm/amd: Allow dGPUs that support BACO to use smart suspend

2023-02-21 Thread Quan, Evan
[AMD Official Use Only - General] > -Original Message- > From: amd-gfx On Behalf Of > Mario Limonciello > Sent: Tuesday, February 21, 2023 4:16 AM > To: amd-gfx@lists.freedesktop.org > Cc: Peter Kopec ; Limonciello, Mario > > Subject: [PATCH 1/3] drm/amd: Allow