Download raw body.
Intel GPU, ghosting after zzz or ZZZ
committed with the call order changed to match inteldrm_doswitch() and inteldrm_enter_ddb() Index: i915_driver.c =================================================================== RCS file: /cvs/src/sys/dev/pci/drm/i915/i915_driver.c,v diff -u -p -r1.31 i915_driver.c --- i915_driver.c 9 Jun 2026 11:23:02 -0000 1.31 +++ i915_driver.c 10 Jun 2026 03:54:32 -0000 @@ -2567,8 +2567,8 @@ inteldrm_activate(struct device *self, i i915_pm_resume_early(self); i915_pm_resume(self); } - drm_client_dev_restore(dev); rasops_show_screen(ri, ri->ri_active, 0, NULL, NULL); + drm_client_dev_restore(dev); rv = config_suspend(dev->dev, act); break; }
Intel GPU, ghosting after zzz or ZZZ