Page MenuHomeFreeBSD

Implement parts of the hrtimer API in the LinuxKPI
ClosedPublic

Authored by markj on Jun 25 2017, 6:55 PM.
Tags
None
Referenced Files
F133476581: D11359.id30098.diff
Sun, Oct 26, 2:07 AM
F133476574: D11359.id30072.diff
Sun, Oct 26, 2:07 AM
Unknown Object (File)
Sat, Oct 25, 7:41 PM
Unknown Object (File)
Sat, Oct 25, 1:13 PM
Unknown Object (File)
Mon, Oct 20, 1:29 AM
Unknown Object (File)
Aug 23 2025, 12:13 AM
Unknown Object (File)
Aug 5 2025, 1:39 PM
Unknown Object (File)
Jul 15 2025, 12:14 PM
Subscribers

Details

Summary

This is the bare minimum needed by the DRM drivers.

Test Plan
  • buildkernel WITH_OFED=
  • We've been using this code in drm-next for a month or two.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added a reviewer: hselasky.
sys/compat/linuxkpi/common/include/linux/hrtimer.h
57 ↗(On Diff #30072)

Parenthesis around clock and mode.

64 ↗(On Diff #30072)

Add a parenthesis around (mode)

68 ↗(On Diff #30072)

Same here.

77 ↗(On Diff #30072)

Use s64 instead of long here.

This revision is now accepted and ready to land.Jun 26 2017, 6:17 AM
This revision was automatically updated to reflect the committed changes.