[AMD Official Use Only - AMD Internal Distribution Only]
> -Original Message-
> From: Lazar, Lijo
> Sent: Monday, August 12, 2024 9:46 AM
> To: Skvortsov, Victor ; amd-
> g...@lists.freedesktop.org; Luo, Zhigang
> Subject: Re: [PATCH v2] drm/amdgpu: Disable dpm_enable
On 8/12/2024 6:39 PM, Victor Skvortsov wrote:
> VFs do not perform HW fini/suspend in FLR, so the dpm_enabled
> is incorrectly kept enabled. Add interface to disable it in
> virt_pre_reset call.
>
> v2: Made implementation generic for all asics
>
> Signed-off-by: Victor Skvortsov
> ---
> dri
VFs do not perform HW fini/suspend in FLR, so the dpm_enabled
is incorrectly kept enabled. Add interface to disable it in
virt_pre_reset call.
v2: Made implementation generic for all asics
Signed-off-by: Victor Skvortsov
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 ++
drivers/gpu