Bug 257544

Summary: graphics/drm-devel-kmod broken after commit 469884cf04a9b92677c7c83e229ca6b8814f8b0a on 14-CURRENT
Product: Ports & Packages Reporter: Filipe da Silva Santos <contact>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Many People CC: 2khramtsov, vishwin
Priority: --- Keywords: i915, regression
Version: LatestFlags: bugzilla: maintainer-feedback? (x11)
Hardware: amd64   
OS: Any   
URL: https://github.com/freebsd/drm-kmod/issues/99

Description Filipe da Silva Santos 2021-08-01 20:42:14 UTC
After changes on LKPI FPU, this drm-kmod no longer works.

Output when trying to kldload i915kms:

```
link_elf_obj: symbol lkpi_kernel_fpu_begin undefined
Warning: memory type debugfsint leaked memory on destroy (2 allocations, 80 bytes leaked).
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
kldload: an error ocurred while loading module i915kms.
```
Comment 1 Charlie Li freebsd_committer freebsd_triage 2021-08-02 12:48:18 UTC
Should be fixed by base 9340ebd404efad7068b5a45fd3b3d8bb21187b91. Haven't had a chance to test myself, but as soon as someone confirms it working again, we can close.
Comment 2 Ghost 2021-08-02 12:58:08 UTC
I confirm, i915kms now works with 9340ebd404efad7068b5a45fd3b3d8bb21187b91.
Comment 3 Charlie Li freebsd_committer freebsd_triage 2021-08-02 12:59:46 UTC
Thanks!