Bug 257544 - graphics/drm-devel-kmod broken after commit 469884cf04a9b92677c7c83e229ca6b8814f8b0a on 14-CURRENT
Summary: graphics/drm-devel-kmod broken after commit 469884cf04a9b92677c7c83e229ca6b88...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-x11 (Nobody)
URL: https://github.com/freebsd/drm-kmod/i...
Keywords: i915, regression
Depends on:
Blocks:
 
Reported: 2021-08-01 20:42 UTC by Filipe da Silva Santos
Modified: 2021-08-02 12:59 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!