Thomas Zimermann needs 
8d6ef26501 ("drm/ast: Disconnect BMC if
physical connector is connected") for further ast work in -next.
Minor conflicts in ivpu between 
3de6d9597892 ("accel/ivpu: Pass D0i3
residency time to the VPU firmware") and 
3f7c0634926d
("accel/ivpu/37xx: Fix hangs related to MMIO reset") changing adjacent
lines.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  {
        int ret = 0;
  
-       if (!ivpu_hw_37xx_is_idle(vdev)) {
 +      ivpu_hw_37xx_save_d0i3_entry_timestamp(vdev);
 +
+       if (!ivpu_hw_37xx_is_idle(vdev))
                ivpu_warn(vdev, "VPU not idle during power down\n");
-               if (ivpu_hw_37xx_reset(vdev))
-                       ivpu_warn(vdev, "Failed to reset the VPU\n");
-       }
  
-       if (ivpu_pll_disable(vdev)) {
-               ivpu_err(vdev, "Failed to disable PLL\n");
+       if (ivpu_hw_37xx_reset(vdev)) {
+               ivpu_err(vdev, "Failed to reset VPU\n");
                ret = -EIO;
        }