5.5-wip branch, but with cherry-picked e5194b8949b316adfcda4895fc117cf1045d9336 and b8a85669f61ffea54860a76f72b8c5c0bb647127 to unbreak the build.
To Reproduce
Checkout 5.5-wip branch.
Cherry pick commits e5194b8949b316adfcda4895fc117cf1045d9336 and b8a85669f61ffea54860a76f72b8c5c0bb647127 from master.
make DEBUG_FLAGS=-g3 and make install the module
kldload i915kms and gdm
On the first boot, it should panic.
Screenshots
N/A.
Additional context
This happens (on my Spectre) on the first boot. Subsequent reboots after the first panic are not affected for me, and I can use gdm, gnome, firefox (WebGL fish), wine (Toontown Rewritten) normally.
@evadot has mentioned there is a crash when running Xorg or Weston, and I believe this is the same issue manifested differently.
Describe the bug
When I load
i915kms
and thengdm
, I get a coredump. This happens on the first boot, but not subsequent boots.Coredump:
core.0.txtI am using Xorg. The system is a HP Spectre x360 13-ap0053dx (WhiskeyLake).
FreeBSD version
PCI Info
DRM KMOD version
5.5-wip
branch, but with cherry-pickede5194b8949b316adfcda4895fc117cf1045d9336
andb8a85669f61ffea54860a76f72b8c5c0bb647127
to unbreak the build.To Reproduce
e5194b8949b316adfcda4895fc117cf1045d9336
andb8a85669f61ffea54860a76f72b8c5c0bb647127
frommaster
.make DEBUG_FLAGS=-g3
andmake install
the modulekldload i915kms
andgdm
Screenshots
N/A.
Additional context
This happens (on my Spectre) on the first boot. Subsequent reboots after the first panic are not affected for me, and I can use gdm, gnome, firefox (WebGL fish), wine (Toontown Rewritten) normally.
@evadot has mentioned there is a crash when running Xorg or Weston, and I believe this is the same issue manifested differently.