Bug 208823 - i915kms: missing kevent support (needed for Wayland)
Summary: i915kms: missing kevent support (needed for Wayland)
Status: Closed Not Accepted
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: i915
Depends on:
Blocks:
 
Reported: 2016-04-15 19:10 UTC by Johannes Lundberg
Modified: 2017-06-22 09:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Lundberg 2016-04-15 19:10:33 UTC
It seems like kevent() support is missing in the i915kms driver.
This is needed in Wayland to get drm events via /dev/dri/card0.

Get ENODEV error when trying to add /dev/dri/card0 fd to event queue using kevent().
Comment 1 Johannes Lundberg 2016-08-24 16:58:42 UTC
https://reviews.freebsd.org/D7496
Comment 2 Johannes Lundberg 2017-06-22 09:25:21 UTC
Abandoning this in favor of drm-next branch.