Index | Thread | Search

From:
Jonathan Gray <jsg@jsg.id.au>
Subject:
Re: Intel GPU, ghosting after zzz or ZZZ
To:
Walter Alejandro Iglesias <wai@roquesor.com>
Cc:
tech@openbsd.org
Date:
Wed, 10 Jun 2026 14:37:06 +1000

Download raw body.

Thread
  • Vitaliy Makkoveev:

    Intel GPU, ghosting after zzz or ZZZ

  • Jonathan Gray:

    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;
     	}
    
    
  • Vitaliy Makkoveev:

    Intel GPU, ghosting after zzz or ZZZ

  • Jonathan Gray:

    Intel GPU, ghosting after zzz or ZZZ