RE: [PATCH] drm/amdgpu: Update runtime pm checks

2025-05-19 Thread Zhang, Hawking
: Update runtime pm checks Don't enable BACO when in passthrough. PCI resets don't work correctly when in BACO. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgp

[PATCH] drm/amdgpu: Update runtime pm checks

2025-05-19 Thread Alex Deucher
Don't enable BACO when in passthrough. PCI resets don't work correctly when in BACO. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/a