-
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
loading i915kms in ThinkPad X13 Intel Gen2 will hang up. #159
Comments
The dmesg when the module is loaded is as follows.
|
Did it worked before ? |
Never. I tried drm-kmod-current ports and did not work , then I try the master . |
drmn drmn0: drm_WARN_ON(common_len <= 0) seems to be displayport related. |
I don't connect anything but ethernet cable when I got the message. |
Ignoreing DP initialization after common_len <= 0 then module loading success and seems to X work, though non-X console resolution did not change as usual.
|
drm-510-kmod still hang up, This patch is still needed, it seems. |
Using 5.15-lts or 6.1-lts will fix this. |
Describe the bug
loading i915kms gets screen blackout. Try it from remote login, it probed that the initialization routine is hanging and did not return from kldload(8).
typing ^Z did not return to prompt, and ^T shows
load: 0x43 cmd:kldload 1762 [running] 8.54r 0.00u 8.50s 58% 2296k intel_ddi_compute_config+0x3f,intel_atomic_check+0x65a, drm_atomic_check_only+0x400, drm_atomic_commit+0x13 intel_modeset_init+0x1e28 i915_driver_probe+0xe39 i915_probe+0x42 linux_pci_attach_device+0x43b device_attach+0x3c3 bus_generic_driver_added+0xa1 devclass_driver_added+0x39 devclass_add_driver+0x13d _linux_pci_register_driver+0xcc i915kms_evh+0x39 module_register_init+0xa4 linker_load_module+0xbad kern_kldload=0x16a sys_kldload+0x5b
FreeBSD version
Paste the output of
uname -a
FreeBSD 14.0-CURRENT #12 takawata-wip-n254513-7a473c2ec3b9-dirty: Fri Apr 8 22:
37:25 JST 2022
PCI Info
vgapci0@pci0:0:2:0: class=0x030000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a49 subvendor=0x17aa subdevice=0x22d1
vendor = 'Intel Corporation'
device = 'TigerLake-LP GT2 [Iris Xe Graphics]'
class = display
subclass = VGA
DRM KMOD version
master
To Reproduce
loading i915kms.ko
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: