Re: [PATCH] drm/amdgpu: Fix the runtime resume failure issue

2024-02-21 Thread Mario Limonciello
On 2/21/2024 03:35, Ma Jun wrote: Don't set power state flag when system enter runtime suspend, or it may cause runtime resume failure issue. Signed-off-by: Ma Jun Reviewed-by: Mario Limonciello Please add a fixes tag for 3a9626c816db901def438dc2513622e281186d39 when committing. --- d

[PATCH] drm/amdgpu: Fix the runtime resume failure issue

2024-02-21 Thread Ma Jun
Don't set power state flag when system enter runtime suspend, or it may cause runtime resume failure issue. Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c b/drivers/gpu/drm/amd/am