Page MenuHomeFreeBSD

LinnuxKPI: drm2: retire timespec_to_jiffies()
ClosedPublic

Authored by bz on Jan 7 2025, 10:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 4, 4:29 AM
Unknown Object (File)
Sun, Aug 3, 2:19 PM
Unknown Object (File)
Sat, Aug 2, 1:11 AM
Unknown Object (File)
Tue, Jul 22, 7:57 AM
Unknown Object (File)
Jul 2 2025, 7:13 PM
Unknown Object (File)
Jun 25 2025, 5:49 AM
Unknown Object (File)
Jun 24 2025, 3:27 AM
Unknown Object (File)
Jun 23 2025, 5:01 PM
Subscribers

Details

Summary

Linux has removed timespec_to_jiffies() half a decade ago [1].
I cannot find any use of it anymore in recent drm-kmod branches
or in the tree so retire it.

While here also retire it from drm2.

Reported by: emaste (D48318) [1].
Sponsored by: The freeBSD Foundation
MFC after: 2 weeks

Test Plan

grep for the function name in sys, and
drm-kmod 5.4-lts, 5.10-lts, 5.15-lts, and 6.1-lts.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Jan 7 2025, 10:51 PM
This revision is now accepted and ready to land.Jan 8 2025, 1:15 PM
bz added a subscriber: dumbbell.

@dumbbell can you check drm-kmod will be fine on all relevant branches with this too (especially the older ones)?

I compiled-tested all supported drm-kmod branches and that was fine. Thank you!

This revision was automatically updated to reflect the committed changes.