We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685967b commit 11e612aCopy full SHA for 11e612a
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -1573,6 +1573,8 @@ static int amdgpu_pmops_runtime_suspend(struct device *dev)
1573
pci_ignore_hotplug(pdev);
1574
pci_set_power_state(pdev, PCI_D3cold);
1575
drm_dev->switch_power_state = DRM_SWITCH_POWER_DYNAMIC_OFF;
1576
+ } else if (amdgpu_device_supports_boco(drm_dev)) {
1577
+ /* nothing to do */
1578
} else if (amdgpu_device_supports_baco(drm_dev)) {
1579
amdgpu_device_baco_enter(drm_dev);
1580
}
0 commit comments