On Mon, Feb 21, 2022 at 04:53:50AM +0000, Claus Assmann wrote: > On Mon, Feb 21, 2022, Jonathan Gray wrote: > > > No, it is not firmware. But I'd need to see a dmesg with inteldrm > > enabled to comment further. In -current there is a different version of > > That should be this one:
> inteldrm0 at pci0 dev 2 function 0 "Intel 82Q965 Video" rev 0x02 > drm0 at inteldrm0 > intagp0 at inteldrm0 > agp0 at intagp0: aperture at 0xd0000000, size 0x10000000 > inteldrm0: apic 2 int 16, I965G, gen 4 Handled with the following commit. The workaround is still there. I haven't checked if it is still needed after the drm update. sys/dev/pci/drm/i915/gem/i915_gem_context.c ---------------------------- revision 1.6 date: 2021/10/02 14:26:05; author: jsg; state: Exp; lines: +3 -2; commitid: fnFjt33nCWo0vNlX; Extend workaround for reset on context closure from gen 7-8 to gen 4-8 as asavvycomput...@disroot.org reported this occurs on gm45 (gen 4). ----------------------------