-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i915kms from drm-61-kmod causes kernel panic with A380 card #319
Comments
I think you need newly merged 6.6-drm-kmod for intel discrete GPU |
Oh, right, thanks. That requires 15-CURRENT to compile, I guess. |
For what it's worth, I complied drm-kmod on 14-stable, and did some rudimentary debugging. For now, I discovered that I could at least replace the normal UEFI framebuffer and switch the console to 3840 x 2160 by commenting out from drivers/gpu/drm/i915/i915_gem.c:
and add a return before setting I'll see if I can find the time to debug a little deeper. It crashed on starting X with modesetting, though (I have no debugger screenshot). |
You may try patch from #315 as it seems to be the same issue. |
Describe the bug
Kernel panic when loading i915kms, as shown in image below.
FreeBSD version
FreeBSD beta-orionis 14.1-RELEASE-p3 FreeBSD 14.1-RELEASE-p3 GENERIC amd64 1401000 1401000
PCI Info
DRM KMOD version
drm-61-kmod 6.1.92
To Reproduce
Install an Intel A380 card. The one used here is an ASRock Intel Arc A380 Low Profile.
Then do either:
sudo kldload i915kms
or start Xorg with the "intel" driver.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: